Answer Posted / loga
Inheritance relationship among classes, where we can access
the base class variable and methods in the dervied class.
It has various type has multiple,multilevel,hybrid...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are all the languages which support oop?
What is the syntax of object oriented method call?
What are the methods required to create changes in subclasses?
Explain what you understand by function overloading.
What is the benefit of using inheritance?
What are base class, sub class and super class?
What is a virtual function?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Why dynamic binding is used in object-oriented programming?
What does the “abstract” keyword mean in front of a method? A class?
What is the purpose of late binding in object-oriented programming?
What do you mean by operator overloading?
What is the difference between multiple and multilevel inheritance?
Explain about the design phase?
What are the access modifiers?