Object Oriented Concepts Through CPP

Object Oriented Concepts Through CPP

University

20 Qs

quiz-placeholder

Similar activities

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

Java Object Creation and Classes

Java Object Creation and Classes

University

20 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

c++

c++

University

22 Qs

CSS Quiz

CSS Quiz

University

20 Qs

Java Programming

Java Programming

University

20 Qs

HTML Tags

HTML Tags

University

16 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?