What is a super class and how super class be called?
Answers were Sorted based on User's Feedback
Answer / ramakrishna challapalli
super class is a class which is inherited by sub class.
Super class methods are bu using super keyword Syntax is
super.methodname();
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
super class is the class that is inherited.
| Is This Answer Correct ? | 0 Yes | 2 No |
Are nested try statements are possible?
What is the use of :: in java?
What is difference between wait and notify in java?
What is a locale?
What is the purpose of the main method?
difference between jsp and java script?
we have a 100 classes at that time which class we have to write main method? pls help me
What is the difference between method overriding and overloading?
What are different types of multitasking?
What is local variable and instance variable?
What is the main use of generics in java?
Can java hashmap have duplicate keys?