Day 5 : Abstraction
What is Abstraction?
Abstraction is the process of hiding implementation details and showing only the essential features of an object.
Focus: What an object does, not how it does it.
Helps in reducing complexity and increasing code maintainability....
lldwithbaijnath.hashnode.dev3 min read