Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 221 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 221 Bytes

OOP

Object Oriented Programming is a paradigm that revolves around the concept of an object being a real life entity.
It provides many concepts such as inheritance, data binding, polymorphism, encapsulation etc.