Fix small typos

pull/8218/head
eqsdxr 3 months ago committed by GitHub
parent 62bd5c339f
commit b1eb20d9fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/python/content/object-oriented-programming@P_Di-XPSDITmU3xKQew8G.md

@ -1,6 +1,6 @@
# OOP
In Python, 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.
In Python, object-oriented Programming (OOPs) is a programming paradigm that uses objects and classes in programming. It aims to implement real-world entities like inheritance, polymorphism, encapsulation, etc., in 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.
Visit the following resources to learn more:

Loading…
Cancel
Save