Manipulate method functionality call
- by danrichardson
Hello, is it possibly in c# to have some sort of base class functionality which is manipulated slightly based on the class. For instance say i have the following code (which will quite obviously not compile it's meant to only be for demonstrative purposes)
class BaseFunctionality
{
public virtual bool adminCall
public static string…