InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used for correct implementation of an interface in C#.NET?(a) interface(b) Interface(c) intf(d) IntfThe question was posed to me during an online exam.Query is from Interfaces Introduction in section Object Oriented Concepts of C# |
|
Answer» RIGHT OPTION is (a) interface Easiest EXPLANATION - NONE. |
|