Answer Posted / janet
Inheritence is the process of inheriting all the features
from a class. The advantages of inheritence are reusability
of code and accessibility of variables and methods of the
super class by subclassses.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is multi-catch block in java?
What is the java idl system?
What is getclass () getname () in java?
How do singleton patterns work?
Explain importance of inheritance in java?
Is java owned by oracle?
How do you escape in java?
What is a double?
worst case complexities of Quick sort and Merge sort.
Explain about OOPS concepts and fundamentals.
What is a default constructor and also define copy contrucyor?
What do you mean by composition in java?
Does constructor creates the object ?
What are different types of arrays?
What is double checked locking in singleton?