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
Explain virtual inheritance?
What is encapsulation example?
What is static modifier?
What is object in oops?
What are the 4 pillars of oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
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.
What is the purpose of enum?
What does and I oop mean in text?
How can you overcome the diamond problem in inheritance?
What is meant by multiple inheritance?
How does polymorphism work?
What are the 5 oop principles?
Why do we need oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box