Consider the code below, class class1{ public: 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 aboveâ–ºCorrect Option Correct Option is: A