Answer Posted / jagadeesh
sub class is the child of super class and super class is
the parent of sub class
sub class auto matically having all the properties of sub
class and super class itsef, but super class having all the
properties of super class only not the sub class properties.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what is enumset?
What is a "pure virtual" member function?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What are the two categories of data types in the java programming language?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
why Java does not support multiple inheritances?
What are basic keywords?
Why do we use regex?
Can we have any code between try and catch blocks?
What does string [] args mean?
What are the object and class classes used for?
Which software is used for java programming?
Explain jdk, jre and jvm?
what do you mean by classloader?
What is byte [] in java?