https://github.com/themiu/programming-theory-repo
submission 2 for jr programmer pathway
https://github.com/themiu/programming-theory-repo
Last synced: 6 months ago
JSON representation
submission 2 for jr programmer pathway
- Host: GitHub
- URL: https://github.com/themiu/programming-theory-repo
- Owner: TheMIU
- Created: 2023-07-05T01:56:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T10:22:36.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:30:02.650Z (8 months ago)
- Language: ShaderLab
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming-Theory-Repo
Submission 2 for Unity jr programmer pathway (OOP implementation)* There are three different colored shapes that inherit from a base “shape” class (inheritance).
* When click on each shape, it prints something different to the screen through an overriden UpdateText() function (polymorphism).
* Each shape contains data, such as its name or color, which are stored as properties with getters and setters (encapsulation).
* Code is organized in a way that reduces duplicate code through higher level methods (abstraction).
📽 https://learn.unity.com/submission/64a54075edbc2a7a95b1b12a
