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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -