MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the Correct statement of the following C# code? |
| A. | The subject class version of a() method gets called using sample class reference which holds subject class object |
| B. | subject class hides a() method of base class |
| C. | The code replaces the subject class version of a() with its math class version |
| D. | None of the mentionedView Answer |
| Answer» E. | |