Beginner
Web & Software Development
Q11 / 100
What is OOP (Object-Oriented Programming)?
Correct! Well done.
Incorrect.
The correct answer is B) A programming paradigm organizing code into objects combining data (attributes) and behavior (methods), based on the principles of encapsulation, inheritance, and polymorphism
B
Correct Answer
A programming paradigm organizing code into objects combining data (attributes) and behavior (methods), based on the principles of encapsulation, inheritance, and polymorphism
Explanation
OOP: classes define blueprints; objects are instances. Encapsulation hides internal state. Inheritance reuses behavior. Polymorphism allows different implementations of the same interface.
Progress
11/100