This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:cprog:fall2021:projects:oop2 [2021/11/11 02:52] – [<fs medium>Similarities to word origins</fs>] zswartwo | notes:cprog:fall2021:projects:oop2 [2021/11/11 04:58] (current) – [References] hhemler | ||
---|---|---|---|
Line 133: | Line 133: | ||
Parent child relationships refer to base classes and the derived classes that inherit from them. In regards to polymorphism, | Parent child relationships refer to base classes and the derived classes that inherit from them. In regards to polymorphism, | ||
+ | Inheritance lets us inherit attributes and methods from another class. Polymorphism uses those methods to perform different tasks. | ||
====Similarities to word origins==== | ====Similarities to word origins==== | ||
It is strange that what is called ' | It is strange that what is called ' | ||
Line 154: | Line 155: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
=====Submission===== | =====Submission===== | ||
I'll be looking for the following: | I'll be looking for the following: |