What are the OOPS Concepts
-
Abstraction
-
Encapsulation
-
Structures
-
POP
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.