Object Oriented Programming
Introduction:
This lesson you will walk through Object-oriented Programming, or OOP for short, which bundles attributes and methods into individual objects. Here you will learn how to create and use objects using Object-Oriented Programming principals.
Topics Covered:
- Modules
- Packages
- User Classes Pt. 1
- User Classes Pt.2
- Composition vs Inheritance
- Exception Handling
- Object Oriented Programming Principles
- Object Oriented Programming Terminology Review