+ 2
Override of methods
Can you override all the methods in the base class in C++?
3 odpowiedzi
+ 2
Yes except base class constructors
+ 2
Anthony Mainak : are you referring to the default constructer 👀
+ 1
Yes but not only the default constructor but all the constructors that base class might have