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
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Why is OOP good?
Can different parts of a partial class inherit from different interfaces?
What is meant by inheritance? what are the advantages of inheritance?
Explain about polymorphism?
Explain OOPS.
Differentiate between an abstract class and an interface?
Can an interface have an inner class?
Explain about inheritance hierarchies?
How to differentiate between a CreateObject() and GetObject() ?
What are the limitations of inheritance?
What is the best tool for modeling and ORM framework
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
What is a functional interface? What is sam interface?
What is an interface?