wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Objection-Oriented Concepts

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

An object is a thing from the real world.

a)

False

b)

True

2.

_______________is about creating objects that contain both data and methods.

a)

A Class

b)

An Object

c)

Structured programming

d)

Object-oriented Programming

3.

Which of the following are advantages of Object-oriented programming? (multiple options allowed)

a)

Faster and easier to execute

b)

Reusable code

c)

Easy to debug

d)

Longer development time

4.

An entity that has a state and method to manipulate that state.

a)

Class

b)

Program

c)

Object

d)

Method

5.

It there is a customer class, then Mr. Singh who came into the store to shop is an example of a

a)

customer object

b)

customer class

c)

customer program

d)

customer method

6.

Lancer sedan and the Ford Focus are both car. The belong to the

a)

car program

b)

car object

c)

car method

d)

car class

7.

A class is a ____________ (multiple responses allowed)

a)

template

b)

instance

c)

blueprint

d)

student

8.

____________ are created from classes

a)

classes

b)

objects

c)

methods

d)

programs

9.

Different forms of the same object or method

a)

inheritance

b)

abstraction

c)

encapsulation

d)

polymorphism

10.

A subclass is derived from a superclass. This is a case of …

a)

abstraction

b)

inheritance

c)

programming

d)

encapsulation