Overriding allows a child class to define a method with the same _________________ as a parent class.

Average Rating
0 out of 5 stars. 0 votes.

Overriding allows a child class to define a method with the same _________________ as a parent class.

Overriding allows a child class to define a method with the same name and method signature as a parent class. The child method will be called instead of the parent method