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
Differences between functional programming and object-oriented programming?
What if we make the method as abstract in another interface?
State some of the advantages of object oriented programming?
What is garbage collection(gc)?
Difference between encapsulation and data hiding ?
How does abstraction differ from encapsulation.
What is difference between encapsulation and abstraction?
Can different parts of a partial class inherit from different interfaces?
If a method definition has been specified in class , its 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 abstraction is important?
What is a functional interface? What is sam interface?
Explain serialization and overriding?
Explain what is meant by polymorphism?
Explain about a class?
What is Overloading ? Is it similar to overriding ?