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 |
How many bits is size_t?
What does s mean in regex?
What happens when you add a double value to a string?
What is api data?
Explain the difference between transient and volatile in java?
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
Is it compulsory to have atleast one abstract method in abstract class?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
To obtain design information about an object, which class in used?
Why java does not support pointers?
Why arraylist is used in java?
Describe the various concepts related to object oriented programming (oop).