What is inheritance in java?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the need of multiple inheritance?
What do you mean by "explicitly implemeting an interface". Give an example?
Difference between encapsulation and data hiding ?
What is the difference between an interface and abstract class?
Every object has : state, behavior and identity - explain
2 Answers InfoAxon Technologies, Protech,
Who is an Actor?
Difference between class and an object?
What is overriding?
Explain about overriding polymorphism?
What is difference between class and interface?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Differences between functional programming and object-oriented programming?