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 is thread safe java?
How do you create a method in java?
How to split arraylist elements in java?
State two differences between C and Java.
worst case complexities of Quick sort and Merge sort.
Why string is immutable with example?
What are keywords give examples?
What is the maximum length of a url?
Are true and false keywords?
what are different ways in which a thread can enter the waiting state? : Java thread
how to create constants in java?
Difference between default and protected access specifiers?
Write a code to create a trigger to call a stored procedure
What is default switch case? Give example.
How does java enable high performance?