Object Oriented Programming
Object-oriented programming (OOP) is a programming paradigm that is based on the concept of "objects" which can contain both data and methods. OOPs has the following key concepts:
Encapsulation: The process of hiding the implementation details of an...
roshansblog.hashnode.dev2 min read