Is it the C# compiler or the CLR that prohibits multiple inheritance -
exactly title says.
is restriction placed c# compiler or clr fundamentally prohibit it?
both.
the c# language, not directly tied clr (i.e. mono aot) not allow multiple inheritance.
the clr type system, supports languages other c#, not support multiple inheritance.
Comments
Post a Comment