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 |
Give an example of use of pointers in java class.
What does microservices mean?
Can a vector contain heterogenous objects?
please send me hr interview questions in it industry
What are the types of java languages?
why the primitive data type have classes?
What is difference between path and classpath?
Is break statement can be used as labels in java?
What is pre increment and post increment in java?
What is the full name of java?
Explain about core java?
What is assembly language?