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
What is static import?
If you are given the name of the function at run time how will you invoke the function?
Who found java?
What is the difference between static class and normal class?
How to display all the prime numbers between 1 and 100
What do you meant by active and passive objects?
Can we create object of static class?
What are the wrapped, classes?
What are internal and external variables?
What is a static class in java?
How does split work in java?
What is the purpose of finalization in java programming?
What is the difference between a vector & an array list?
Explain java code for recursive solution's base case?
what state does a thread enter when it terminates its processing? : Java thread