23
maces13
7y

abstract class :
protected virtual void doSomething()
{
//some stuff
}

child class
protected override void doSomething()
{
base.doSomething();

}

IMHO this is what go fuck yourself means.......

Comments
Add Comment