Answer Posted / venkat
Inheritance is one of the method to inherit the properties
of existed class to the new class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are dot operator queries?
Can we assign integer value to char in java?
What do you mean by platform independence of Java?
What is sorting algorithm in java?
How does hashmap work in java ?
What is a bufferedreader?
What is executor memory?
What is an object in java and how is it created?
How many decimal places is a double?
what is meant by abstract class?
What are class types in java?
Explain yield() method in thread class ?
What do you mean by Function Overloading in java?
Can a static member function access member variable of an object?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread