🎴 Flashcard Mode
Programming Languages Quiz: RPG, SQL, C#, and C++
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Encapsulation is the process of combining data and functions into a single unit called class.
AnswerClick to flip back
A
True
💡 Explanation:
Encapsulation is a fundamental object-oriented programming concept that binds together data and the functions that manipulate them into a single unit called a class.