Answer Posted / umesh yeware
Inheritance is the key feauture of object oriented
programming in which you can aquire some or all the
properties of one class into the other class by ihheriting
it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of garbage collection in Java?
How use .contains in java?
is there a separate stack for each thread in java? : Java thread
What is logical variable?
Explain method overloading?
Does string is thread-safe in java?
What is data string?
Can we overload destructor in java?
Explain about class in java?
What is internal iteration in java se 8?
What is integer size in java?
What is fail fast in java?
What is thread safe java?
List the three steps for creating an object for a class?
What is difference between == equals () and compareto () method?