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
How to read and write image from a file ?
What is this keyword used for?
what is the difference between thread and runnable types? : Java thread
What is stringjoiner ?
If goto and const is reserve words than why it is not work in java?
Can you inherit from an abstract class java?
How can constructor chaining be done using this keyword?
Why we do exception handling in java and how many types of exceptions are there?
Can we clone singleton class in java?
Explain the scope or life time of class variables or static variables?
Can a class be a super class and a sub-class at the same time? Give example.
What are the 6 boolean operators?
What do bitwise operators do?
Explain about data types?
What is the base class in java from which all classes are derived?