bearophile wrote: > Then in C++ the syntax of final class is not nice: > class __attribute__((user("final"))) MyClass { To be pedantic, C++ does not have final classes. That's a compiler extension. Ali