Can we have a private virtual method ?
Answer Posted / rajendra gandhi
No, we can't have private vitual method.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Can a destructor be called directly?
what are the realtime excercises in C++?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Plese get me a perfect C++ program for railway/airway reservation with all details.
Is data hiding and abstraction same?
What is variable example?
What is abstraction oop?
what type of questions
Can we create object of abstract class?
What is overloading and its types?
How can you overcome the diamond problem in inheritance?
How to use CMutex, CSemaphore in VC++ MFC
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Is enum a class?