Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple inheritance in C# #20

Closed
ErcinDedeoglu opened this issue Nov 14, 2015 · 1 comment
Closed

Multiple inheritance in C# #20

ErcinDedeoglu opened this issue Nov 14, 2015 · 1 comment

Comments

@ErcinDedeoglu
Copy link

I want to use multiple inheritance, is there a way to use it directly without jumping in garden?
If not, why does .net not support it?

@ghost
Copy link

ghost commented Nov 17, 2015

.net doesn't support multiple inheritance to avoid the "deadly diamond of death". Use interfaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant