Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 500 Bytes

File metadata and controls

14 lines (11 loc) · 500 Bytes

FER.DesignPatternsInSoftwareDesign

Laboratory exercises for the Design Patterns in Software Design course at FER, University of Zagreb (2016/2017).

Link to a course site: http://www.fer.unizg.hr/en/course/dpisd

1st laboratory exercise

  • written in C++ and C
  • dynamic polymorphism and inheritance in C++
  • translating C++ code to C and assembly to study its behaviour

2nd laboratory exercise

  • written in C++ and Java
  • software design principles
  • strategy and observer design patterns