Answer Posted / janardhan
inheritance means producing new class from an existing class.
ex: public class Student extends Teatcher{}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you remove an object from an arraylist in java?
What is role of void keyword in declaring functions?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is an iterator java?
In case of inheritance what is the execution order of constructor and destructor?
What is json parser in java?
What are the different conditional statements?
Which list does not allow duplicates in java?
What is locale in java?
Is binary a low level language?
Garbage collection in java?
Can we use a switch statement with strings?
What is %d in printf?
Can we clone singleton object in java?
Difference between arraylist and hashset in java?