270.
Can you override private virtual methods?
View Description
you cannot access private methods in inherited classes, have to be protected in the base class to allow any sort of access