[+] Show answers
Who is the author of 'The C++ Programming Language'?
What type of programming language is C++ considered to be?MultiparadigmFunctionalLogicalScripting
In which year was the C++ language initially developed?
Which term refers to the primary way in which C++ deals with different types of data?PolymorphismAbstractionInheritanceEncapsulation
Which keyword is used in C++ to create an instance of a class?
What does the '++' symbolize in the name C++?The language extension from CAddition operationCode refactoringSoftware versioning
What is the standard method of compiling a C++ program?
What is the term for a set of rules in a programming language that describe how the language must be structured?SyntaxSemanticsLogicFormat
What does the Standard Template Library (STL) in C++ provide?Predefined classes and functions for handling common data structuresStandard syntax templatesSystem level functionsCompiler settings
What is the file extension for a C++ source code file?