MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following keyword is used to change the data and behavior of a base class by replacing a member of a base class with a new derived member? |
| A. | <i class="csharp-code">new</i> |
| B. | <i class="csharp-code">base</i> |
| C. | <i class="csharp-code">overloads</i> |
| D. | <i class="csharp-code">override</i> |
| E. | <i class="csharp-code">overridable</i> |
| Answer» B. <i class="csharp-code">base</i> | |