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 many bits is a 64 bit byte?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
How many boolean functions are there?
How to implement an arraylist in java?
What is the final field modifier?
What do you understand by weak reference?
How are the elements of a gridbaglayout organized?
What is a method declaration?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is int short for?
Is arraylist ordered in java?
What is mean by collections in java?
How many types of voids are there?
How to sort a collection of custom Objects in Java?
When will you define a method as static in Java?