🎴 Flashcard Mode

Programming Languages: Perl, Java, and C

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Encapsulation is the process of basing one class on another.

AnswerClick to flip back
A
False
💡 Explanation:

Encapsulation is the practice of bundling data and methods that operate on that data into a single unit while restricting direct access. The process of basing one class on another is inheritance, not encapsulation, making the statement false.

Change Mode