What is Inheritance, Multiple Inheritance, Shared and
Repeatable Inheritance?
Answer Posted / himanshu
Inheritance in java is actually using existing classes or interfaces to make our one useful class or interface..it's main purpose is code reuse..a major concept in Object oriented programming!!
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the two different types of polymorphism?
What is constructor in oop?
What do you mean by overloading?
which feature are not hold visual basic of oop?
What is abstraction in oops?
What is class and example?
Why do we use polymorphism in oops?
how to get the oracle certification? send me the answer
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(); }
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What type of loop is a for loop?
to find out the minimum of two integer number of two different classes using friend function
officer say me - i am offered to a smoking , then what can you say
Where is pseudocode used?
write a program to find 2^n+1 ?