wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Which of the following are the key concepts of Object-oriented programming?

a)

Data Structures

b)

Objects and Classes

c)

Polymorphism

d)

Abstraction

e)

Interfaces

2.

(a)   describes a group or collection of objects with common properties.

3.

How do you call this object-oriented programming concept that refers to hiding of data (attributes) and methods within an object?

a)

Interfaces

b)

Encapsulation

c)

Polymorphism

d)

Abstraction

4.

This object-oriented programming concept provides code reusabilty and an ability to add additional features to an existing one without altering it.

(a)  

5.

True or False. Object-Oriented Programming is an extension of Procedural Programming.

a)

True

b)

False

6.

How do you call the characteristics of an object?

a)

class

b)

method

c)

attributes

d)

OOP concepts

7.

Which of the following Object-Oriented Programming concepts has the ability to process objects differently depends on their data type or class?

a)

Abstraction

b)

Interfaces

c)

Encapsulation

d)

Polymorphism

8.

(a)   is closely related to encapsulation and information hiding.

9.

True or False. C and Pascal are examples of Object- Oriented Programming.

a)

True

b)

False

10.

This is the most widely used paradigm in programming.

(a)