benefits of oops

benefits of oops

University

5 Qs

quiz-placeholder

Similar activities

programming in c++

programming in c++

University

5 Qs

benefits of oops

benefits of oops

Assessment

Quiz

University

Medium

Created by

Sangatamil A

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following doesn’t come under OOP concept?

Platform independent

Data binding

Data hiding

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file is required in C++ to use OOP?

OOP can be used without using any header file

stdlib.h

iostream.h

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which feature of OOP indicates code reusability?

Inheritance

Polymorphism

Encapsulation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which feature of OOP is indicated by the following code?

Encapsulation and Inheritance

Inheritance and polymorphism

Polymorphism

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The feature by which one object can interact with another object is _____________

Message reading

Message Passing

Data transfer