C++ Classes and Objects Quiz

C++ Classes and Objects Quiz

University

60 Qs

quiz-placeholder

Similar activities

Revision CEE Instrumentation Apr - Aug 2025

Revision CEE Instrumentation Apr - Aug 2025

University

60 Qs

8.1.1 - Principles of Mechanical Engineering

8.1.1 - Principles of Mechanical Engineering

10th Grade - University

55 Qs

Practice Quizz

Practice Quizz

University

60 Qs

quiz 1050

quiz 1050

University

64 Qs

C++ Programming Foundations Quiz

C++ Programming Foundations Quiz

University

57 Qs

Top Communication Systems Questions

Top Communication Systems Questions

University

61 Qs

MICROCONTROLLER CAT-III_2025_EVEN

MICROCONTROLLER CAT-III_2025_EVEN

University

60 Qs

Java Programming Quiz

Java Programming Quiz

University

60 Qs

C++ Classes and Objects Quiz

C++ Classes and Objects Quiz

Assessment

Quiz

Engineering

University

Easy

Created by

vinjamuri Kamesh

Used 2+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?