What is inheritance in java?

Answers were Sorted based on User's Feedback



What is inheritance in java?..

Answer / 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

What is inheritance in java?..

Answer / glibwaresoftsolutions

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

More OOAD Interview Questions

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?

0 Answers  


What does it mean that a method or class is abstract?

0 Answers  


What are the good practices to use while designing for reuse?

1 Answers   Protech,


What do you mean by virtual function and virtual classes?

0 Answers   MCN Solutions,


Who is an Actor?

5 Answers   TCS,


If a class inherits an interface, what are the 2 options available for that class?

0 Answers  


What is the use of Operator Overloading?

1 Answers   Protech,


What is the default access modifier in a class?

0 Answers  


What are Classes and Objects?

0 Answers   MindCracker,


Where shall I go for Package Diagram?

1 Answers   Protech,


What is the difference between a class and an object?

1 Answers  


Explain what is object oriented programming language?

0 Answers  


Categories