Object oriented Programming (OOPs) is a programming paradigm that uses objects and classes in programming. It aims to implement real-world entities like inheritance, polymorphisms, encapsulation, etc. in the programming. The main concept of OOPs is to bind the data and the functions that work on that together as a single unit so that no other part of the code can access this data. It is used to design the program using classes and objects. The object is related to real-world entities such as book, house, etc. The oops concept focuses on writing the reusable code. It is a widespread technique to solve the problem by creating objects.
-
Couldn't load subscription status.
- Fork 1
Chandrakant817/Object-Oriented-Programming-in-Python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Object Oriented Programming in Python
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
