Skip to content

TheMIU/Programming-Theory-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

img

About

submission 2 for jr programmer pathway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published