
C++ Classes and Objects Quiz
Authored by vinjamuri Kamesh
Engineering
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
60 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to declare an object of a class `Student`?
Student s1;
Student();
object Student;
s1 Student;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If `class Car{ };`, how many objects are created with `Car c1, c2, c3;`?
1
2
3
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Objects are instances of a:
Function
Class
Variable
Array
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An object is created in:
Runtime only
Compile time only
Both runtime and compile time
Neither
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is required to declare an object?
object
instance
None, only class name is needed
declare
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Multiple objects of the same class share:
Different member functions
Same member functions
Both different and same
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about object declaration?
Must use new keyword
May be declared like variables
Must always be initialized
None
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?