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 an interface?
Why does java not support multiple inheritance?
What is the difference between function overloading and over riding?
Difference between composition and inheritance ?
Can we have a default method definition in the interface without specifying the keyword "default"?
Can different parts of a partial class inherit from different interfaces?
What is the use of finalize method?
What is the difference between an error and an exception?
Explain OOPS.
Which of the following is tightly bound ? Inheritance or composition ?
What is the difference between a class and a structure?
What is the function of messaging metaphor?