Answer Posted / kumaranr
in which a class has all the state and behaviour of the
another class
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How to differentiate between a CreateObject() and GetObject() ?
What are the features of encapsulation ?
What is a static method? Why do we need static methods in java 8 interfaces?
Can we reduce the visibility of the inherited or overridden method ?
Explain about Overloading vs Overriding ?
Define Data Abstraction. What is its importance?
What is the difference between data hiding and implementation?
What is Overloading ? Is it similar to overriding ?
What does it mean that a method or class is abstract?
Can a function be overloaded based on return types?
What does the “abstract” keyword mean in front of a method? A class?
State some of the advantages of object oriented programming?
What does the keyword virtual represented in the method definition?
Is it possible to create partial structs, interfaces and methods?
Can you create an instance for an abstract class?