MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C# Questions & Answers Interfaces Implementation knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Choose the wrong statement about INTERFACE in C#.NET? |
| A. | An explicitly implemented member could be accessed from an instance of the interface |
| B. | Interfaces are declared public automatically |
| C. | An interface could not contain signature of the indexer |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |