Multiple choice technology web technology

What are the principles of Object-Oriented Programming?

  1. Classes, Objects, Methods,Heritance,Capsulation and Multimorphism

  2. Classes,Dock Objects, Methods,Heritance,Encapsulation and Multimorphism

  3. Classes, Objects, Methods,Heritance,Capsulation and Polymorphism

  4. Classes, Objects, Methods, Inheritance, Encapsulation and Polymorphism

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

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.