Object-Oriented Programming (5 cr)
Code: DT10005-3001
General information
- Enrollment
- 01.04.2022 - 30.09.2022
- Registration for the implementation has ended.
- Timing
- 29.08.2022 - 31.12.2022
- Implementation has ended.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 5 cr
- Mode of delivery
- Contact learning
- Unit
- Tradenomi / Tietojenkäsittely (DD)
- Campus
- Wärtsilä Campus Karjalankatu 3
- Teaching languages
- Finnish
- Seats
- 20 - 100
- Degree programmes
- Degree Programme in Business Information Technology
- Teachers
- Eero Mönkkönen
- Mika Matveinen
- Teacher in charge
- Eero Mönkkönen
- Groups
-
DTNS22Information Technology (BBA), Full-time Studies, Fall, 2022
- Course
- DT10005
Evaluation scale
H-5
Objective
This course deepens the subjects of previous programming courses and introduces to programming with Java programming language. After the course students can use object-oriented programming techniques and concepts and also library classes.
Content
- object-oriented paradigm and modelling
- classes and instances
- data encapsulation
- static and dynamic attributes and methods
- accessors and mutators
- inheritance
- polymorphism
- abstract classes
- interfaces
- aggregation and composition
- threads
- exceptions