Shadowing makes the method of the parent class available to the child class without using the override keyword. It is also known as Method Hiding.
Shadowing makes the method of the parent class available to the child class without using the override keyword. It is also known as Method Hiding.