Program Design and Development - AP Computer Science Principles

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

What is encapsulation in object-oriented programming?

Tap to reveal answer

Answer

Bundling data with methods that operate on the data. Data hiding principle combining related data and functions together.

← Didn't Know|Knew It →