Object Oriented Concepts Through CPP

Object Oriented Concepts Through CPP

University

20 Qs

quiz-placeholder

Similar activities

C - Strings

C - Strings

University

20 Qs

C++ Quiz-1

C++ Quiz-1

University

15 Qs

Online Test-3 ( Wipro Talent Next )- 30th July 2020

Online Test-3 ( Wipro Talent Next )- 30th July 2020

University

20 Qs

Java Method

Java Method

University

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

Basic C++ Programming Questions

Basic C++ Programming Questions

University

20 Qs

CSS Quiz

CSS Quiz

University

20 Qs

js DOM

js DOM

12th Grade - Professional Development

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?