In reply to bachan21:
Overloading:- When two or more methods in the same class have the same name but different parameters, it’s called Overloading.
Overwriteing:- When the method signature (name and parameters) are the same in the superclass and the child class, it’s called Overriding.
I think SV not supports overloading.
If you try to declare method with same name twice inside same class. you will get compilation “already exists” error.