Answer Posted / kumari
super class all properties bydefault available to the sub class super class properties and methods inherited in subclass
if sub class not satisfy with super class properties then modify that properties by using oop's concept.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the differences between heap and stack memory in java?
Difference between collection, collection and collections in java?
Which collection is ordered in java?
What is pangram in java?
What is diamond operator in java?
Can a constructor have different name than a class name in java?
What are the two main uses of volatile in Java?
How to do encapsulation in java?
What about static nested classes in java?
What is flag in java?
What one should take care of, while serializing the object?
Write a program to find the greatest of three numbers in java?
Can we make main() thread as daemon?
What is defined as false sharing in the context of multithreading?
Why can we not override static method?