Answer Posted / pavan
Inheritense is just like sub clasing the existing class.By
which we can get the fetures of the existing class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the elements of java?
How to change the priority of thread or how to set the priority of thread?
What happens if constructor is private?
What is the set interface in java programming?
explain the difference between jdk and jvm?
Why are data types important?
Which keyword specify that a variable is effectively final ?
Can we declare the static variables and methods in an abstract class?
What is meant by anonymous class?
What is e in java?
Why is it called buffering?
How do you download stubs from Remote place?
Is alive and join method in java?
How is final different from finally and finalize?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?