Consider the code below, class class1{ private: int i; }; class class2 : protected class1 { }; Then int member I of class1 is __ in class2,. (A) Public (B) Private (C) Protected (D) none of the given optionsâ–ºCorrect Option Correct Option is: C