Answer Posted / nashiinformaticssolutions
In Java, inheritance refers to the idea that a class's properties can be passed down to another class. It facilitates code reuse and builds connections between various classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between encapsulation and abstraction?
What are the problems faced by the developer using object oriented programming language?
What is polymorphism and abstraction?
What interface must an object implement before it can be written to a stream as an object?
Can an interface have an inner class?
Explain the term constructor
What are extrinsic and intrinsic connections in object-oriented programming?
Define modularity?
Can an interface implement or extend another interface?
Explain about multiple inheritance?
Define Destructor?
What is the super keyword?
Differentiate between an abstract class and an interface?
Name the different creational patterns in object oriented design?
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?