1,760
edits
Changes
→OBJECTIVES
:# Create functions to process programmer-defined type objects.
:# Binding Bind functions into methods for programmer-defined type objects.
==Overview==
: Object-oriented programming is conceptually one level higher than simply structured programming style as you've experienced in Bash or C. In this lab, we're going to look study some features of classes and programmer-defined objects by looking at a few object-oriented programming examples using the Python language.
==Reference:==