- Emily Vo
Python Session 10: Object Oriented Programming
Lesson 10: Object Oriented Programming
Welcome to the 10th Python tutorial!
Object Oriented Programming (also known as OOP) lets you create new objects and helps in organising data in a better way. Too many technical terms? Don’t worry! Just go through the tutorial and you’ll be familiar with this new concept!
Topics we will be covering:
· Basics of OOP
· Classes
· Class Data Fields
· Class methods
· 4 principals of OOP
2 views0 comments