Does C# support multiple inheritance?
Does C# support multiple inheritance?
C# does not support multiple implementation inheritance. A class cannot be derived from more than one class. However, a class can be derived from multiple interfaces.
There are currently 1 users browsing this thread. (0 members and 1 guests)