inherit multiple classes in a single class in c# code example
Example: can a class inherit from multiple classes c#
/*In c# classes can only inherit from one other class because c# doesnt allow
multiple inhertitances/*
/*In c# classes can only inherit from one other class because c# doesnt allow
multiple inhertitances/*