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
If a class is declared without any access modifiers, where can the class be accessed?
What are the three parts of a lambda expression?
make a method which any number and any type of argument and print sum of that arguments.....
How do you sort a list in java?
how many types of Inheritance?
Does java support Operator Overloading?
What are the fileinputstream and fileoutputstream?
Is java hashset ordered?
What does || mean in vectors?
How does queue work in java?
Can we execute java program without main method?
What is a java object and java application?
What is the role of the java.rmi.naming class?
Is logger a singleton?
Explain the significance of class loaders in bootstrap?