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 the difference between method overriding and overloading?
What is ternary operator?
How do you control extraneous variables?
What is the difference between sop and work instruction?
Can a class with private constructor be extended?
What is the output of the below java program?
What is main string [] args?
What are the differences between include directive and include action?
What is parameters example?
What are different data types?
What is immutable data?
What is difference between stringbuffer and string?
How does arraylist size increase in java?
Why is static used?
What is struts in java?