Question Detail C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Similar Questions : 1. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 2. A virtual base class ? is qualified as virtual in base class definition.do not qualified as virtual in base class definition.allows to inherit more than one copy of the base class members.strict the path of inheritance. Answer: Option A 3. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A 4. Explicit call to a constructor means ? Not providing the construction name at allIs the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke it Answer: Option C 5. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B Read more from - C++ Programming Questions Answers - Set 2