C# Member Hiding in Unity! – Intermediate Scripting Tutorial
Watch this video in context on Unity Learn:
https://learn.unity.com/tutorial/member-hiding

Member Hiding is the process by which a derived class can hide the members of the base class without overriding them. In this video you will learn how to effectively hide the members of a parent class in a child class and see the effect it has on Polymorphism.

View on YouTube