I have a question about inheritance. If I wanna call a method from the parent class in the child class, should I either use super.method() or this.method() ? In the programs I\'