wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Recit 1

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

A concept in Object Oriented Programming that lets us reuse properties and methods in another class.

(a)  

2.

OOP concept that lets us create the same methods with different parameters and/or output.

(a)  

3.

OOP concept that lets us encrypt properties. Getting and Setting are done by using methods.

(a)  

4.

It combines public methods without a body.

(a)  

5.

A non-access modifier that lets us access the method directly.

(a)  

6.

An access modifier that lets us access a class outside itself.

(a)  

7.

An access modifier that lets us use the class outside its package.

(a)  

8.

Without this keyword, we need to instantiate the class to make the method usable.

(a)  

9.

The parameter and the return type must have the same type. TRUE OR FALSE

(a)  

10.

It is also denoted as the value of a property.

(a)