Answer Posted / senthilkumar
one object acquires the properties of the another object.
a class is existing the base class.
a class is derived from base class.
subclass access the function and data of the base class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an abstraction?
Explain about inheritance?
What is Polymorphism, overloading, overriding and virtual?
What are base class, sub class and super class?
Difference between class and an object?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Can you create an instance of an abstract class?
Why we use oops concepts? What is its advantage?
Explain about inheritance in oops?
Which oops concept is used as reuse mechanism?
Can you instantiate an abstract class and what is an inner class?
What is virtual multiple inheritance?
Can a class in java be inherited from more than one class?
Can you define OOP and principles of OOP?
What is serialization? How do we implement serialization actually?