What is Overriding and how can it be used?
Answer Posted / siddu
overriding is nothing to change behaviour of super class
method in subclass with same singature of method
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is object class in java?
Can we catch more than one exception in a single catch block?
What should I import for arraylist in java?
What is the purpose of skeleton and stub?
What is the lifetime and scope of a variable?
what is object slice?
Write a function to find out longest palindrome in a given string?
What does method mean?
Is java 1.7 the same as java 7?
Will set allow duplicates in java?
What is string syntax?
What is meant by object?
Variables used in a switch statement can be used with which datatypes?
What exactly is methodology?
What are java packages? What's the significance of packages?