MCQOPTIONS
Saved Bookmarks
| 1. |
Correct statement about C#.NET code is? |
| A. | Index should be declared as protected if it is to become available in inheritance chain |
| B. | Constructor of sample class does not get inherited in sample 1 class |
| C. | During constructing an object referred to by z, Firstly constructor of sample class will be called followed by constructor of sample 1 class |
| D. | All of the mentioned |
| Answer» E. | |