InterviewSolution
Saved Bookmarks
| 1. |
Which of the following cannot be used to declare an interface correctly?(a) Properties(b) Methods(c) Structures(d) EventsThe question was posed to me during an interview.My doubt is from Interfaces Introduction in section Object Oriented Concepts of C# |
|
Answer» RIGHT OPTION is (C) Structures To EXPLAIN: NONE. |
|