Q1: Which of the following is NOT a feature of Object-Oriented Programming (OOP)?
Q2: What does the acronym STL stand for in C++?
Q3: Which keyword is used to define a class in C++?
Q4: What is the purpose of a constructor in C++?
Q5: Which operator is used for dynamic memory allocation in C++?
Q6: What is the role of the 'this' pointer in C++?
Q7: Which of the following is NOT a valid access specifier in C++?
Q8: What is function overloading in C++?
Q9: What is the purpose of the 'virtual' keyword in C++?
Q10: Which header file is required to use the `cout` object in C++?
Q11: What is the purpose of a destructor in C++?
Q12: Which of the following is NOT a valid data type in C++?
Q13: What is the difference between `struct` and `class` in C++?
Q14: What is a namespace in C++?
Q15: What is exception handling in C++?
Q16: Which keyword is used to throw an exception in C++?
Q17: Which of the following is the correct way to declare a pointer in C++?
Q18: What is the purpose of the `const` keyword in C++?
Q19: What is a friend function in C++?
Q20: Which operator is used to access members of a class through a pointer in C++?
Q21: What is a pure virtual function in C++?
Q22: Which concept allows creating new classes from existing classes?
Q23: What is the difference between `++i` and `i++` in C++?
Q24: What is the purpose of the `static` keyword when used with a class member in C++?
Q25: What is operator overloading in C++?
Q26: Which of the following best describes the purpose of the `new` operator?
Q27: What is the purpose of the `delete` operator in C++?
Q28: What does RAII stand for in C++?
Q29: Which of the following is the stream class used for output operations?
Q30: What is a template in C++?
Your Score: 0 / 30
How many correct answers out of total questions.comment in the below comment section.