Description
With this course:
- You will understand the basics of Object Oriented Programming
- Understand class inheritance and what it means for objects
These few lectures serve as a crucial foundation for OOP (Object Oriented Programming).
In this course you will understand the difference between a class, and an object. You’ll know how objects are constructed and what exactly happens when the program is run. This course also covers important OOP techniques such as inheritance and polymorphism.