+ 1
What is overriding a method in JAVA ?
plz tell me the answer...specially about the arguments
2 odpowiedzi
+ 2
Check this: It's explained in a good way:
https://docs.oracle.com/javase/tutorial/java/IandI/override.html
+ 1
when a function with same return type, name and parameters is defined in two & more different classes then it's called overriding but the condition is that the classes should be inherited