Answer Posted / karthikse09
one class derived from base class is called inheritance
| Is This Answer Correct ? | 51 Yes | 10 No |
Post New Answer View All Answers
What is the difference between a constructor and a destructor?
Can you explain polymorphism?
Why is oop better than procedural?
Who invented oop?
What is pure oop?
What is a function in oop?
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
What is destructor oops?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is polymorphism in oops with example?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why multiple inheritance is not allowed?
What is the advantage of oop over procedural language?
How to call a non virtual function in the derived class by using base class pointer
Why we use classes in oop?