MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about an interface in C#.NET? 1.A class can implement multiple interfaces. 2.Structures cannot inherit a class but can implement an interface. 3.In C#.NET, : is used to signify that a class m |
| A. | 2, 4 |
| B. | 1, 2, 3 |
| C. | None of the above |
| D. | 3, 5 |
| Answer» C. None of the above | |