Understanding Object-Oriented Programming in Python: Classes, Inheritance, and Bank Accounts - Part 1
Samuel Chan via YouTube
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Dive into Object-Oriented Programming (OOP) concepts through the lens of bank account creation in this 26-minute video tutorial. Explore Classes, Inheritance, class properties, and methods while learning how they relate to developing banking systems. Gain insights into the __init__ method, super() function, and multicurrency implementations. Perfect for aspiring fintech developers or anyone looking to apply OOP principles to real-world financial scenarios.
Syllabus
Introduction
Class
Create
Attributes
Binding
Account
Account number
Total Accounts
Super
Multicurrency
Taught by
Samuel Chan