Multiple choice technology programming languages

What are the OOPS Concepts

  1. Abstraction

  2. Encapsulation

  3. Structures

  4. POP

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Abstraction (hiding implementation details) and Encapsulation (bundling data with methods) are fundamental OOP concepts. Structures is not an OOP concept (it's a data structure feature), and POP is Procedural Oriented Programming, a different paradigm.