constructerSir i don't know much about it...i want to know answer why ??
constructerWhy don't we have virtual constructors in c++?
Virtual functionWhen should one use private virtual function and protected virtual function ???
Alternative of Virtual functionhave a look- class Base { private: { ..... } public: void show() ...
Private virtual When should virtual functions be public, protected, or private?