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
Why multiple inheritance is not allowed?
What are objects in oop?
Which type does string inherit from?
What is the advantage of oop over procedural language?
What is abstraction example?
How do you achieve polymorphism?
what is the drawback of classical methods in oops?
Can you inherit a private class?
What is oops with example?
Which language is pure oop?
What is encapsulation in oop?
What are the 3 pillars of oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is encapsulation oop?
What is object and class in oops?