Lectureship in Computer Science-Quiz#1(Prof. Dr. Hafiz Shehzad)
- Date January 8, 2022
Quiz Summary
0 of 20 Questions completed
Questions:
Information
You must fill out this field. |
|
You must fill out this field. |
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 must first complete the following:
Results
Results
0 of 20 Questions answered correctly
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 20
1. Question
Which of the following best defines a class?
CorrectIncorrect -
Question 2 of 20
2. Question
Which is not feature of OOP in general definitions?
CorrectIncorrect -
Question 3 of 20
3. Question
Which Feature of OOP illustrated the code reusability?
CorrectIncorrect -
Question 4 of 20
4. Question
How many classes can be defined in a single program?
CorrectIncorrect -
Question 5 of 20
5. Question
Which header file is required in C++ to use OOP?
CorrectIncorrect -
Question 6 of 20
6. Question
Which of the two features match each other?
CorrectIncorrect -
Question 7 of 20
7. Question
What is default access specifier for data members declared within a class without any specifier, in C++?
CorrectIncorrect -
Question 8 of 20
8. Question
Which is known as a generic class?
CorrectIncorrect -
Question 9 of 20
9. Question
Which class can have member functions without their implementation?
CorrectIncorrect -
Question 10 of 20
10. Question
Which of the following pairs are similar?
CorrectIncorrect -
Question 11 of 20
11. Question
Which among the following is false for class features?
CorrectIncorrect -
Question 12 of 20
12. Question
Which definition best describes an object?
CorrectIncorrect -
Question 13 of 20
13. Question
What is another name of a child class?
CorrectIncorrect -
Question 14 of 20
14. Question
When the base class and the derived class have a member function with the same name, you must be more specific which function you want to call (using ___________).
CorrectIncorrect -
Question 15 of 20
15. Question
If MyClass has a destructor what is the destructor named?
CorrectIncorrect -
Question 16 of 20
16. Question
Which of the following is not a feature of pure OOP?
CorrectIncorrect -
Question 17 of 20
17. Question
This is automatically called when an object is destroyed
CorrectIncorrect -
Question 18 of 20
18. Question
Which among the following best defines abstraction?
CorrectIncorrect -
Question 19 of 20
19. Question
Hiding the implementation complexity can ____________
CorrectIncorrect -
Question 20 of 20
20. Question
Which among the following best defines multilevel inheritance?
CorrectIncorrect