(no title)
coderjames | 8 months ago
> While true that all classes can be inherited
That's what the 'final' keyword in C++ is for: https://en.cppreference.com/w/cpp/language/final.html
"Specifies that a virtual function cannot be overridden in a derived class, or that a class cannot be derived from."
WorldMaker|8 months ago
throwaway2037|8 months ago