This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:cprog:fall2021:projects:oop0 [2021/10/28 03:49] – [Classes] ehauber1 | notes:cprog:fall2021:projects:oop0 [2021/10/28 03:51] (current) – [Backstory of C++ Programming language] hhemler | ||
---|---|---|---|
Line 101: | Line 101: | ||
====Objects==== | ====Objects==== | ||
- | Instances of a class. Creating an object of a class works almost exactly like initializing any fundamental type; simply specify the the type name, followed by your variable' | + | Instances of a class. Creating an object of a class works almost exactly like initializing any fundamental type; simply specify the the type name, followed by your variable' |
=====Program===== | =====Program===== | ||
Write a program that creates one or more of the following classes: | Write a program that creates one or more of the following classes: |