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

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -