Answer Posted / sanjay singh chauhan
like above example both are right the child class have all
the proprety of the parrent class when we requored then we
call with child class object;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you declare an interface method static?
What is a databasemetadata?
Does string is thread-safe in java?
Can we use this () and super () in a method?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
worst case complexities of Quick sort and Merge sort.
Can an unreferenced object be referenced again?
Why stringbuilder is not thread safe?
'A class is a template for an object' explain this statement.
What is data object example?
Which is illegal identifier in java?
How many types of methods are there in java?
What are multiple inheritances? Is it supported by java?
When is finally block not called?
What does %4d mean in java?