MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about Inheritance in C#.NET? 1.A derived class object contains all the base class data. 2.Inheritance cannot suppress the base class functionality. 3.A derived class may not be able to access |
| A. | 2, 4, 5 |
| B. | 1, 2, 4 |
| C. | 2, 4 |
| D. | 1, 3, 5 |
| Answer» C. 2, 4 | |