Answer Posted / 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 View All Answers
What's the main difference between arraylist / hashmap and vector / hashtable?
what are the different ways for a method to be overloaded?
What is the difference between an abstract class and interface in java?
Explain about uml?
Explain persistence?
Difference between encapsulation and data hiding ?
How do we implement serialization actually?
Describe inheritance and non-inheritance of a derived class?
What is a final variable?
Why does java not support multiple inheritance?
Which OOPS concept is used as a reuse mechanism?
What is the main difference between a class and an object?
What are the different types of arguments?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is Overloading ? Is it similar to overriding ?