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
What is the epoch date?
What is primitive data type in java?
What is data type modifier?
How do we access static members in java?
Can array grow dynamically in java?
What is sizeof in java?
Explain the differences between abstraction and encapsulation?
What is the syntax and characteristics of a lambda expression?
When throw keyword is used?
How can we create a synchronized collection from given collection?
What does the “final” keyword mean in front of a variable? A method? A class?
What is the difference between processes and threads?
Explain about the dynamic behavior of core java?
How many threads can I run java?
How does list work in java?