IS method overriding is Duplication of Methods?
Answer Posted / sampada
yes and no.yes overiding is duplication of signatue only
but not implentation is duplicated.subclass gives diff
implementation of it.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we convert stringbuffer to string?
Write a method to check if input string is palindrome?
what do you understand by synchronization? : Java thread
what is meant by HQL?
Variables used in a switch statement can be used with which datatypes?
What is application tier?
Can a class extends itself in java?
Are arrays immutable in java?
What is meant by 'bit masking' in java?
Explain heap sort?
What is arrays sort in java?
What is a nested class?
What are different type of exceptions in java?
What are drawbacks of singleton class?
Can you pass by reference in java?