InterviewSolution
Saved Bookmarks
| 1. |
Which of the following cannot be used to declare a class as a virtual?(a) Methods(b) Properties(c) Events(d) FieldsI had been asked this question in class test.The query is from Method Overriding in chapter Object Oriented Concepts of C# |
|
Answer» RIGHT CHOICE is (d) Fields To EXPLAIN: NONE. |
|