Question Detail Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B Similar Questions : 1. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A 2. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C 3. Can we define array of classes in c++ ? YesNo Answer: Option A 4. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 5. Size of a char is ? 1234 Answer: Option A Read more from - C++ Programming Questions Answers - Set 2