Answer Posted / sathish
Inheritance : The Base Class information passed onto
derived class.
Single Inheritance : The Derived class having only one Base
class is called single Inheritance.
Multiple Inheritance : The Derived class having more than
one base class is called Multiple Inheritance.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What polymorphism means?
What is difference between oop and pop?
What are the two different types of polymorphism?
What is multilevel inheritance explain with example?
What are objects in oop?
What is the difference between a constructor and a destructor?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is interface? When and where is it used?
What is coupling in oop?
What are the data types in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Can destructor be overloaded?
What is the benefit of oop?
Get me an image implementation program.
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }