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

Quiz
•
Computers
•
University
•
Medium
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
Similar Resources on Wayground
20 questions
Final Quiz

Quiz
•
University
25 questions
Introduction to Java

Quiz
•
University
20 questions
Code Junction 4

Quiz
•
University
20 questions
Compiler Design

Quiz
•
University
20 questions
OOP

Quiz
•
University
19 questions
Web Development Quiz

Quiz
•
University
20 questions
JDBC

Quiz
•
University
25 questions
OOPs Fundamentals

Quiz
•
University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade