Option D correctly lists the four fundamental principles of Object-Oriented Programming: Classes (templates for objects), Objects (instances of classes), Methods (behaviors/functions), Inheritance (deriving properties from parent classes), Encapsulation (bundling data and methods), and Polymorphism (many forms/behaviors). Options A, B, and C contain typos ('Heritance', 'Capsulation', 'Dock Objects', 'Multimorphism') making them incorrect.