InterviewSolution
Saved Bookmarks
| 1. |
Does C# Support Multiple Inheritance (mi)? |
|
Answer» No, though it does SUPPORT IMPLEMENTATION of multiple INTERFACES on a SINGLE class or struct. No, though it does support implementation of multiple interfaces on a single class or struct. |
|