User profile: gautamreloaded

User info
User name:gautamreloaded
Old user name:gautammuktsar
History
Joined:
Number of posts:31
Latest posts:

constructer
Sir i don't know much about it...i want to know answer why ??

constructer
Why don't we have virtual constructors in c++?

Virtual function
When should one use private virtual function and protected virtual function ???

Alternative of Virtual function
have a look- class Base { private: { ..... } public: void show() ...

Private virtual
When should virtual functions be public, protected, or private?