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
Explain about polymorphism?
Name the different creational patterns in object oriented design?
Can you instantiate an abstract class and what is an inner class?
Define Data Abstraction. What is its importance?
What are different ways to create string object?
Explain about the design phase?
What are the rules to define a functional interface?
What is the default access modifier in a class?
Can a class implement two interfaces having default method with same name and signature?
Whether static method can use nonstatic members?
Explain about object oriented databases?
How to achieve data abstraction?
What is the need of multiple inheritance?
Define a good interface?
What is super keyword?