Question Detail Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B Similar Questions : 1. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 2. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 3. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 4. Can we overload constructors in C++ YesNo Answer: Option A 5. C++ programs must contain start()system()main()program() Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1