Object Oriented Concepts Through CPP

Object Oriented Concepts Through CPP

University

20 Qs

quiz-placeholder

Similar activities

Java Object Creation and Classes

Java Object Creation and Classes

University

20 Qs

Recap on JavaScript and HTML

Recap on JavaScript and HTML

University

18 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

C PROGRAMMING LANGUAGE

C PROGRAMMING LANGUAGE

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

Web Technologies(A6602)

Web Technologies(A6602)

University

20 Qs

UNIT 1 PYTHON

UNIT 1 PYTHON

University

20 Qs

Programming Concepts in C

Programming Concepts in C

University

20 Qs

Object Oriented Concepts Through CPP

Object Oriented Concepts Through CPP

Assessment

Quiz

Computers

University

Medium

Created by

RAHUL SONAWANE

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When can an inline function be expanded?


Runtime

Compile time

Never gets expanded

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the option below which is not a member of class.

Friend function

Static function

Virtual function

Const function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data members and member functions of a class are private by default. True or False?

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does polymorphism stand for?

a class that has four forms

a class that has two forms

a class that has only a single form

a class that has many forms

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which principle of OOP is illustrated by defining different methods with the same name but different parameters?

Inheritance

Polymorphism

Encapsulation

Abstraction

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of default arguments in function definitions?

To specify what value a function returns

To give a default value to a parameter if no argument is passed

To make a parameter optional

To overload a function

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


What does encapsulation in C++ refer to?

Creating multiple copies of the same function

Protecting data by making it private

The process of combining data and functions into a single unit

Linking different classes together

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?