MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is correct about Interfaces used in C#.NET? |
| A. | All interfaces are derived from an Object class. |
| B. | Interfaces can be inherited. |
| C. | All interfaces are derived from an Object interface. |
| D. | Interfaces can contain only method declaration. |
| Answer» C. All interfaces are derived from an Object interface. | |