| 1. | Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication 1 count should be declared as public if it is to become available in the inheritance chain. 2 count should be declared as protected if it is to become available in the inheritance chain. 3 While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. 4 Constructor of index class does not get inherited in index1 class. 5 count should be declared as Friend if it is to become available in the inheritance chain. |
|||||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
