In C#, when writing a new class, you can only specify a single class
to inherit from. You can inherit from mulitple interfaces, but only a
single class.
No it can't (not directly). A class can only have one base class, (and
implement any number of interfaces).
Of course the base class can have another base class as well, but that's not
multiple inheritance.
Is it the difference between deriving from one then the other, and both at
once?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.