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 -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -