C++ Quiz 3
Quiz-summary
0 of 10 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Information
Basic C++ Concepts
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 10 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Answered
- Review
-
Question 1 of 10
1. Question
1 pointsC structure differs from C++ class in regards that by default all the members of the structure are __________ in nature.
Correct
Incorrect
-
Question 2 of 10
2. Question
1 pointsBy default, if a function with minimum lines of code is declared and defined inside the class becomes Inline function.
Correct
Incorrect
-
Question 3 of 10
3. Question
1 pointsStatic variable declared in a class are also called_________ .
Correct
Incorrect
-
Question 4 of 10
4. Question
1 pointsPrivate members of the class are accessible only to the members of the same class.
Correct
Incorrect
-
Question 5 of 10
5. Question
1 pointsThe default return type of functions in CPP is ___ _.
Correct
Incorrect
-
Question 6 of 10
6. Question
1 pointsDefault values for a function need to be specified from left to right only.
Correct
Incorrect
-
Question 7 of 10
7. Question
1 pointsConstant variables can be created in CPP by using ________ .
Correct
Incorrect
-
Question 8 of 10
8. Question
1 pointsClasses in CPP are________ .
Correct
Incorrect
-
Question 9 of 10
9. Question
1 points__________________ is the OOP feature and mechanism that binds together code and the data it manipulates, and keep both safe from the outside world.
Correct
Incorrect
-
Question 10 of 10
10. Question
1 points____________ refers to the act of representing only essential features without including the background details.
Correct
Incorrect