Basics Concepts of C++ Quiz 1
1 / 50
Which of the following class allows to declare only one object of it?
2 / 50
Which of the following explains the overloading of functions?
3 / 50
Which of the following escape sequence represents carriage return?
4 / 50
Which of the following supports the concept that reusability is a desirable feature of a language?
5 / 50
A language which has the capability to generate new data types are called ________________
6 / 50
Which of the following is used to make an abstract class?
7 / 50
Which of the following shows multiple inheritances?
8 / 50
Out of the following, which is not a member of the class?
9 / 50
Which of the following is used for comments in C++?
10 / 50
Which of the following is a static polymorphism mechanism?
11 / 50
Why references are different from pointers?
12 / 50
How run-time polymorphisms are implemented in C++?
13 / 50
Which of the following is correct?
14 / 50
C++ is ______________
15 / 50
Which of the following approach is used by C++?
16 / 50
Which members are inherited but are not accessible in any case?
17 / 50
Which of the following is not a type of inheritance?
18 / 50
Which function is used to read a single character from the console in C++?
19 / 50
Which of the following is called address operator?
20 / 50
1. Which of the following escape sequence represents tab?
21 / 50
What are the escape sequences?
22 / 50
Which of the following cannot be a friend?
23 / 50
Which operator is overloaded for a cout object?
24 / 50
Which of the following cannot be used with the virtual keyword?
25 / 50
Which function is used to write a single character to console in C++?
26 / 50
Who created C++?
27 / 50
28 / 50
Which of the following is the correct syntax of including a user defined header files in C++?
29 / 50
What does modularity mean?
30 / 50
Which concept is used to implement late binding?
31 / 50
Which of the following is called insertion/put to operator?
32 / 50
Which concept allows you to reuse the written code?
33 / 50
How many types of polymorphism are there in C++?
34 / 50
Which of the following is not a type of Constructor?
35 / 50
What is the other name used for functions inside a class?
36 / 50
Which of the following is called extraction/get from operator?
37 / 50
1. How compile-time polymorphisms are implemented in C++?
38 / 50
Which of the following is an abstract data type?
39 / 50
What does polymorphism in OOPs mean?
40 / 50
Which of the following is a correct identifier in C++?
41 / 50
Wrapping data and its related functionality into a single entity is known as _____________
42 / 50
Which of the following provides a programmer with the facility of using object of a class inside other classes?
43 / 50
What are the formal parameters in C++?
44 / 50
What are the actual parameters in C++?
45 / 50
Which concept means the addition of new components to a program as it runs?
46 / 50
Which of the following is correct in C++?
47 / 50
How structures and classes in C++ differ?
48 / 50
What happens if a class does not have a name?
49 / 50
How access specifiers in Class helps in Abstraction?
50 / 50
Provide Your Information
Your score is
The average score is 72%
Restart quiz