C++ with STL: MCQs | Conducted By Rahul Kesarwani

C++ with STL: MCQs | Conducted By Rahul Kesarwani

University

21 Qs

quiz-placeholder

Similar activities

Quiz 2 PBO

Quiz 2 PBO

University

20 Qs

OOPS quiz-1 PYTHON

OOPS quiz-1 PYTHON

University

19 Qs

CES JAVA

CES JAVA

University

20 Qs

OOP Lesson #1 Homework

OOP Lesson #1 Homework

12th Grade - University

19 Qs

Java Objects - Real world Scenarios - Practice Quiz

Java Objects - Real world Scenarios - Practice Quiz

University

20 Qs

Java Object Creation and Classes

Java Object Creation and Classes

University

20 Qs

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

Multithreading in java

Multithreading in java

University

20 Qs

C++ with STL: MCQs | Conducted By Rahul Kesarwani

C++ with STL: MCQs | Conducted By Rahul Kesarwani

Assessment

Quiz

Computers

University

Medium

Created by

Rahul Kesharwani

Used 6+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following best defines a class in C++?

A blueprint for creating objects

A data type for arrays

A preprocessor directive

A loop structure

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of a constructor in C++?

String

Integer

Object

No output

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to create an object using the new keyword?

MyClass obj();

MyClass *obj = new MyClass();

new obj = MyClass();

MyClass obj = new();

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which constructor is called when an object is initialized with another object?

Default constructor

Parameterized constructor

Copy constructor

Destructor

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many times can a class have constructor functions?

Only one

Unlimited

Only two

Depends on the compiler

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What keyword is used to define a class in C++?

function

class

define

object

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a correct example of method overloading?

Two methods with different return types

Two methods with same name but different parameters

Two methods in different classes

Method defined inside main()

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?