1,760
edits
Changes
→Overview
=OBJECTIVES=
==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 at a few object-oriented programming examples using the Python language.
==Reference:==
:*Time object from '''Think Python''' Chapter 16 and 17:*Date object from '''OPS435 Assignment 1'''
=Investigation 1: Objects and Functions=