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 |
Explain about varargs in java?
explain the classification of exception and hoew to handle the exceptions
Does a class inherit the constructors of its superclass in java programming?
Give us a program to check for parenthesis matching using stack.
Is arraylist a class in java?
What is meant by method overriding?
How OOPS concept is achieved in Java?
6 Answers Cognizant, JPMorgan Chase, Xavient,
What is the this keyword?
What does %d do in java?
Features of Java?
What is java life cycle?
What is a subsequence of a string?