Question 1
Which of the following is an example of zero overhead abstraction in C++?
Question 2
Which feature allows multiple methods to have the same name but different parameters?
Question 3
Who created C++ and in what year?
Question 4
Which feature is NOT typically associated with Object-Oriented Programming in C++?
Question 5
Which compiler can be used to compile C++ code?
Question 6
What is the role of constructors in a C++ class?
Question 7
What is the purpose of the 'main' function in a C++ program?
Question 8
How would you reduce the verbosity of using 'std::' in a C++ program?
Question 9
What is the significance of using 'std::' in C++?
Question 10
What is C++ originally known as?
Question 11
Which of the following is true about manual memory management in C++?
Question 12
Which standard library is commonly included for basic input and output operations in C++?
Question 13
What is an example of a C++ standard template library usage?
Question 14
What file extension should a C++ source file have?
Question 15
Which tool can be used for safer memory allocation in C++?