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 does the “abstract” keyword mean in front of a method? A class?
Explain what an object is.
Define Destructor?
What are the methods required to create changes in subclasses?
What is the difference abstract class and interface?
Can you create an instance of an interface?
Why dynamic loading is used in object-oriented programming?
Define modularity?
Explain serialization and overriding?
What are different ways to create string object?
Differences between functional programming and object-oriented programming?
What is the difference between data hiding and implementation?
What is meant by inheritance? what are the advantages of inheritance?
Explain about a class?
What is static polymorphism?