Answer Posted / anjana
SINGLE INHERITANCE:
ONE BASE CLASS HAVING ONE DERIVED CLASS MEANS THAT IS CALLED SINGLE INHERITANCE.
EXAMPLE:
[A]------->BASE CLASS
|
V
[B]------->DERIVED CLASS
| Is This Answer Correct ? | 39 Yes | 4 No |
Post New Answer View All Answers
Get me a number puzzle game-program
Is oop better than procedural?
Can a destructor be called directly?
write a C++ program for booking using constructor and destructor.
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What are the components of marker interface?
When not to use object oriented programming?
What is the importance of oop?
program for insertion ,deletion,sorting in double link list
Can we create object of abstract class?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what type of questions
What is object-oriented programming? Webopedia definition
What is the point of polymorphism?
Is enum a class?