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
How do you achieve polymorphism?
why reinterpret cast is considered dangerous?
What is use of overloading?
What is class in oop with example?
What is destructor oops?
Why do we use oop?
Please send ford technologies placement paper 2 my mail id
What is polymorphism programming?
What is multilevel inheritance in oop?
any one please tell me the purpose of operator overloading
What is the difference between a constructor and a destructor?
what are the different types of qualifier in java?
What is overloading in oop?
Can a varargs method be overloaded?
Can static class have constructor?