What does 'new' keyword do when used as a modifier for a method (inheritance)?
Adds a Reference to the parents class method
it only hides the parent class method
it overrides the parent class method
None
All the Above