Overriding Properties in C# We can also override the property of a parent class from its child class similar to a method . Like methods, we need to use virtual keyword with the property in the parent class and override keyword with the porperty in the child class.