Question Detail All members of class have which access to its members privatepublicprotecteddepends Answer: Option A Similar Questions : 1. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 2. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A 3. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 4. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 5. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1