Question Detail C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Similar Questions : 1. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 2. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 3. The symbol ** __ . can be overloaded by changing its datatype.cannot be overloaded, as on overloading its meaning shall be changed.can be overloaded.cannot be overloaded as it is not a C++ operator. Answer: Option D 4. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 5. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A Read more from - C++ Programming Questions Answers - Set 2