Consider the code below, class class1{ protected: int i; }; class class2 : public 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: A