Difference Between Overriding & Over Loading in Java?

https://www.computersprofessor.com/2017/01/difference-between-overriding-over.html
Difference between overriding & over
loading:
Method
overriding is used to provide a different implementation for the same feature
of the software it is code replacement.
Method over
loading is used to extend an already available feature of the software. It is
code refinement.