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 a lock or purpose of locks in java?
What is polymorphism java example?
How does multithreading take place on a computer with a single cpu?
What is multithreading in java?
What is remote method invocation (rmi)?
What is command line argument
Explain about main() method in java ?
what is the difference between a threads start() and run() methods? : Java thread
What is executor memory?
What is a parameter used for?
In how many ways we can do exception handling in java?
How do you override a private method in java?
What does substring mean?
Tell us something about different types of casting?
What is style and indentation?