OOP, or object-oriented programming, is a technique of structuring a program by bundling associated properties and behaviors into particular person objects.
Conceptually, objects are just like the elements of a system. Consider a program as a manufacturing unit meeting line of kinds. At every step of the meeting line, a system element processes some materials, in the end reworking uncooked materials right into a completed product.
An object accommodates each knowledge, just like the uncooked or preprocessed supplies at every step on an meeting line, and habits, just like the motion that every meeting line element performs.
On this video course, you’ll learn to:
- Create a
class
, which is sort of a blueprint for creating an object - Use courses to create new objects
- Instantiate courses with attributes and strategies
This video course is a part of the Python Fundamentals sequence, which accompanies Python Basics: A Practical Introduction to Python 3. You may also take a look at the opposite Python Basics courses.
Observe that you simply’ll be utilizing IDLE to interact with Python all through this course. If you happen to’re simply getting began, then you definately would possibly wish to take a look at Python Basics: Setting Up Python earlier than diving into this course.