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
Explain about overriding polymorphism?
What is the difference abstract class and interface?
What is difference between polymorphism and normalization?
Why abstraction is important?
How will you define abstract classes?
What are Classes and Objects?
Explain about inheritance hierarchies?
What is the use if instanceof keyword? And how do refer to a current instance of object?
How do we implement serialization actually?
Explain method overriding.
Define a good interface?
What is garbage collection(gc)?
What is abstraction? How does it differ from encapsulation
What is function override?
Explain about abstraction?