🎴 Flashcard Mode

Object-Oriented Programming Concepts

Card1 / 15
Mastered0
Review0
QuestionClick to flip

What is the process of bundling data and methods that operate on that data together into a single unit called an object?

AnswerClick to flip back
A
Encapsulation
💡 Explanation:

Encapsulation is the process of bundling data and methods that operate on that data together into a single unit called an object.

Change Mode