Multiple choice technology web technology

What is OOPs

  1. Objects + Class +Inheritance + Encapsulation + Polymorphism

  2. Methods + Abstraction

  3. Reusability + Message Passing + Dynamic Binding

  4. All above

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

Object-Oriented Programming (OOP) encompasses all the concepts listed: objects, classes, inheritance, encapsulation, polymorphism, abstraction, methods, reusability, message passing, and dynamic binding. These are all fundamental pillars of OOP methodology, making 'All above' the correct answer.