How to Program: Computer Science Concepts and Python Exercises
How to Program: Computer Science Concepts and Python Exercises
Classes and Object-Oriented Programming (1x17)
: 31, 2016
Learn about an exciting approach to programming called object-oriented design, which bundles functions together with data into a series of objects, whose tools and properties can be defined in a single class. Try your hand at this powerful technique by constructing a bank account program.