alptium / alptium.github.io

Alptium
MIT License
2 stars 0 forks source link

Lesson Materials 2018-02-14 Object Oriented Programming #54

Closed valentinajemuovic closed 6 years ago

valentinajemuovic commented 6 years ago

Hi @ivamil, this was the introductory object oriented programming lesson, I wrote this code:

https://github.com/alptium/valentina.cupac/tree/master/hospital/src/hospital

valentinajemuovic commented 6 years ago

See related ticket #37.

valentinajemuovic commented 6 years ago

Hi @ivamil, the core concepts we covered were:

Then in the code there were practical examples of:

There was also explanation regarding nouns, verbs, etc. - techniques we use to define classes, attributes and methods, explanation of classes and objects, and also example for hospital, and changing from non-OOP to OOP code.

ivamil commented 6 years ago

Done. Closing preparation ticket.