How many classes can you inherit from in C#?

MIMIDALERAIMA

New Member
How many classes can you inherit from in .NET?There are several backend C# files that I would like to share separate static methods, but they are all in different classes. Is there a way to inherit multiple classes?Example code would be much appreciated.
 
Back
Top