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
Describe the Big-O Notation.
What is the default value of float and double datatype in java?
How to perform selection sort in java?
What is procedure writing?
What is the difference between this() and super() in java?
How many types of voids are there?
Can static methods access instance variables in java?
Break statement can be used as labels in java?
What is the buffer limit?
What is the difference between jvm and jre? What is an interface?
Mention some features of java?
What is meant by bytecode?
What are loops in java? What are three types of loops?
Can we overload the main() method?
What is substring 1 in java?