Skip to content

week 1 in class

(BG) Team edited this page Oct 6, 2019 · 5 revisions

Back to Home


All starts with a simple requirement. And a Strategy Design Pattern for sure.

  • Fire up your favorite VS IDE and create simple console app!
  • Implement your concrete classes.
  • Do your abstract class.

Mind maps.

  • Get on the stage your favorite mind map tool.
  • Create simple mind map for your application.
  • Include requirements, simple data, futures and etc.
  • Export your mind map.

Class Diagrams.

  • What are those?
  • How can I get one?
  • Export your class diagrams.

  • Make a Kingdom squad of characters?
  • Each character should have abilities like fighting & doing a laundry?
  • Each character should have a weapon skill.
  • Each weapon should have own behavior for usage and damage.
  • Character should have abilities to change his/her weapon runtime.
  • As a bonus you can implement and laundry behavior too.

Craftsman menu


Required Tools 4 Course


External resources


Useful Things


Internal resources

Basic OOP recall

Database 1st with local db

Code1st with external db instance (part1)

Clone this wiki locally