C++ - Not allow inheritance

less than 1 minute read

C++ not allow to inherit the class

1
2
3
class Sample final {

};

Categories:

Updated: