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 constructor and virtual function? Can we call virtual funciton in a constructor?
State some of the advantages of object oriented programming?
Explain about instance in object oriented programming?
What do you mean by abstract classes?
What is the abstract method modifier?
What are inner classes and what is the practical implementation of inner classes?
How many methods do u implement if implement the serializable interface?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
How many methods are there in the serializable interface?
How do we implement serialization actually?
What is a static method? Why do we need static methods in java 8 interfaces?
Differentiate between an abstract class and an interface?
Can you create an instance of an abstract class?
Differences between functional programming and object-oriented programming?
What are all the languages which support oop?