MCQOPTIONS
Saved Bookmarks
This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Suppose a Generic class called as SortObjects is to be made capable of sorting objects of any type(integer, single, byte etc). Then, which of the following programming constructs is able to implement the comparison function? |
| A. | interface |
| B. | encapsulation |
| C. | delegate |
| D. | attribute |
| Answer» D. attribute | |
| 2. |
The ref keyword can be used with which among the following? |
| A. | Static function/subroutine |
| B. | Static data |
| C. | Instance function/subroutine |
| D. | All of the mentioned |
| Answer» B. Static data | |