How can you overcome the diamond problem in inheritance?
How to call a non virtual function in the derived class by using base class pointer
Can we have inheritance without polymorphism?
Can static class have constructor?
Program to check whether a word is in all capital letters
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
what is oops
Prepare me a program for the animation of train
Which is the only operator in C++ which can be overloaded but NOT inherited?
What do you mean by abstraction?
what is overloading
diff between Virtual mathod and abstract method?
Can we create object of interface?