Skip to content

Repository of live example OOP in C# - lesson 1 basic of C#, OOP usage in C#

Notifications You must be signed in to change notification settings

jakubkrzysztofsikora/oop-lesson-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oop-lesson-1

Repository of live example OOP in C# - lesson 1 basic of C#, OOP usage in C#

Assignments:

  • As a user of Mad Scientist Lab I want to have atiger, a coyote and a hamster in the lab
  • As a user of Mad Scientist Lab I want squeaker to support cats too
  • As a user of Mad Scientist Lab I want to delete an animal from a lab

Basically: add three additonal animals, make Cat class to be accepted by Squeaker (cat squeak too!) and then implement the methods and CLI command to delete the animal by name.

Additional: There's some code duplication and messy stuff, if you want to feel free to refactor.

About

Repository of live example OOP in C# - lesson 1 basic of C#, OOP usage in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages