Answer Posted / vani
base class(super class) is inherited by more than one sub
class(derrived class)is called hiererchical inheritance.
Ex: Base class->1.sub class 1
->2.sub class 2
->3.sub class 3
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What polymorphism means?
What is overloading in oops?
Get me an image implementation program.
What type of loop is a for loop?
Why is abstraction used?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is difference between abstraction and encapsulation?
Why we use classes in oop?
What is destructor give example?
What is the example of polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
What is encapsulation and abstraction? How are they implemented in C++?
What is polymorphism give a real life example?
what are the different types of qualifier in java?
What is persistence in oop?