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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -