Difference in passing arguments when parent class method is called with same class method class

why we are passing self as a parameter while calling method of parent class from child class method . But we don’t pass it when we call method from same class . in both cases first paramtere is self