What is a super class and how super class be called?
Answer Posted / 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 |
Post New Answer View All Answers
what are the high-level thread states? : Java thread
What is the same as procedures?
What is the default value of float and double datatype in java?
How many types of design patterns are there?
How can we access some class in another class in java?
Can we have multiple public classes in a java source file?
What is mnemonic code?
What is the Concept of Encapsulation in OOPS
What does int [] mean in java?
What are the two parts of a conditional statement?
What is data object example?
Why stringbuilder is not thread safe in java?
How does queue work in java?
What are different types of control structures?
What are the two ways in which thread can be created?