Video details loaded
HomeMIT 6.100L Introduction to CS and Programming using Python, Fall 2022Lecture 20: Fitness Tracker Object-Oriented Programming Example
Lecture 20: Fitness Tracker Object-Oriented Programming Example
1:19:04
Prof. Bell uses fitness trackers as an example to explain the difference between implementing a new object type using a class and using the object in code and the two different coding perspectives. Object-oriented programming is a powerful tool for modularizing your code and grouping state and functions together, but it’s possible to overdo it.