Answer Posted / ravikiran
inheritance is the property of inherting the properties of
super class in it's sub class
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between iterator access and index access?
How does enum work in java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Can we override private method?
What is OOP Language?
Does sprintf add a null terminator?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Can we declare a class as static?
How can we make sure main() is the last thread to finish in java program?
Can we execute a program without main?
What is meant by oops concept in java?
Can you run java program without main method?
What is an immutable class? How to create an immutable class?
Why main function is static?
What is native method in java?