Answer Posted / ah socheat
super class is a simple class that generally;
sub class is a class that inheritance from super class; and can use method or data type in super class(if method or datatype use as public);
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
What is time complexity algorithm?
What is the difference between and ?
What are the differences between heap and stack memory?
What is an example of character?
What is string made of?
What do you mean by synchronized non access modifier?
Is arraylist dynamic in java?
Can we catch more than one exception in a single catch block?
What are the legal operands of the instanceof operator?
Which is best ide for java?
does java support pointers?
What is the difference between the paint() and repaint() methods in java programming?
Which data type is a class in java?
Explain runtime exceptions?
Explain thread in java?