Q & A by Maninder Singh

Question:

QUESTION: What is abstraction in OOP?

Answer:

Abstraction is like the process of simplifying complex systems by breaking them down into smaller, manageable parts. In OOP, it involves defining abstract classes and methods without specific implementations.