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
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is meant by local variable and instance variable?
What is the purpose of the strictfp keyword?
What do you mean by byte code?
How do you create immutable object in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
How does varargs work in java?
Is set ordered in java?
Which programming language is best in future?
Which graphs are functions?
what is thread? : Java thread
What are untrusted applets?
Is double bigger than float?
State the significance of public, private, protected class?
What is string immutability?