Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

ninjasmosa/Programming-Theory-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Programming Theory submission

Submitted as part of Unity Learn Junior Programmer pathway.

Inheritance

There will be a number of shapes. Presssing keys will make them move or jump. Each shape is different to another.

Polymorphism

All shapes will be able to move. Some will be able to move faster or jump higher than others.

Encapsulation

Speed values and shape types should be of a valid type and of a correct value. e.g, speeds cannot be negative.

Abstraction

Move and Jump functions can be kept in their own functions.

About

Programming Theory Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors