Let me give one example.

METHOD OVERLOADING

class human(
{
void Hand(two paremeters){
Eating}
void Hand(three parameters) {
Writing }