Correct Answer: Option D — Bundling data and methods into a single unit
Explanation:
Encapsulation is the OOP principle of bundling data and the methods that operate on that data within a single unit or class, restricting direct access to protect data integrity.