Select from following answers:- valid
- invalid

- data insufficient
Reason : You cannot INHERIT from multiple classes but you CAN implement multiple INTERFACES .net does not support multiple implementation inheritance You can say class CA : CA1, IA1, IA2 // parent class should come before Interfaces.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator