DEV Community

Mohd Talha
Mohd Talha

Posted on

OBJECT ORIENTED PROGRAMMING PART, ⚁

Hey Everyone, Sharing the Remaining Part of Object Oriented Programming Fundamentals,

This Contains The Last 2 ⚁ Pillars

ABSTRACTION - This refers to providing only essential information to the outside world and hiding their background details.

For Example - Music Player, Video Games

ENCAPSULATION - It is a process of binding methods and data fields into a Single Unit.
This restricts access to certain properties or component.

Best Example - Class

I Hope you've enjoyed this post on Object Oriented Programming Fundamentals.

Thanks for stopping 🛑 by i hope you learned something from this.

Top comments (0)