This commit is contained in:
gauthiier 2015-03-02 09:02:55 +01:00
parent a29b5b3373
commit f76fdca795

View File

@ -12,6 +12,7 @@ title: Objects
### Object Oriented Programming I: Class and Objects ### Object Oriented Programming I: Class and Objects
<! --
#### A. [OO-NotePad](img/OO-NotePad.pdf) #### A. [OO-NotePad](img/OO-NotePad.pdf)
Using the _OO-NotePad_ sheet, observe four (4) objects in your surrounding and formally describe them usign the following descriptors: Using the _OO-NotePad_ sheet, observe four (4) objects in your surrounding and formally describe them usign the following descriptors:
@ -57,6 +58,8 @@ Questions:
3. Was it easy to translate your UML diagram into code? What was ambiguous? What was not? 3. Was it easy to translate your UML diagram into code? What was ambiguous? What was not?
3. Is your class readable? 3. Is your class readable?
-->
### Object Oriented Programming II: Polymorphism and Inheritance ### Object Oriented Programming II: Polymorphism and Inheritance