I\'m trying to override an overridden method (if that makes sense!) in C#.
I have a scenario similar to the below, but when I have a breakpoint in the SampleMethod() in
Method overriding is OOP feature that allows a child class to provide a specific implementation of a method that is already provided by one of its parent classes.