Answer Posted / kanna
Only One parent per Derived class.it mean one base class having one derived class is single inheritance.
The derived classes may have a number of direct base classes,is multiple inheritance.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What are main features of oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Can you explain polymorphism?
hi all..i want to know oops concepts clearly can any1 explain??
What does it mean when someone says I oop?
What is the main purpose of inheritance law?
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
What is destructor give example?
What is the real life example of polymorphism?
What is abstraction in oop?
What is polymorphism and why is it important?
Can we define a class within the interface?
how to get the oracle certification? send me the answer
What is polymorphism used for?
write string class as your own class in java without using any built-in function