What is a super class and how super class be called?
Answer Posted / ravikiran(aptech mumbai)
A super class is the one which is capable for the display of
members and methods to make the subclass to access them.
A super class will be get called by using extends keyword in
subclass
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which graphs are functions?
Can array grow dynamically in java?
What are different type of exceptions in java?
Can we catch more than one exception in a single catch block?
Is a boolean variable?
What is a vector in java?
Can an interface extend another interface?
I don’t want my class to be inherited by any other class. What should I do?
What is a newline character in java?
What is null data type?
How we can execute any code even before main method?
Write a program in java to create a doubly linked list containing n nodes.
What are some examples of variable costs?
how can i use a nonsynchronized hashtable?
What is the difference between and ?