Object-Oriented Programming (5 cr)
Code: DT10005-3002
General information
- Enrollment
- 15.08.2023 - 30.09.2023
- Registration for the implementation has ended.
- Timing
- 23.10.2023 - 17.12.2023
- Implementation has ended.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 0 cr
- Virtual portion
- 5 cr
- Mode of delivery
- Distance 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
- Mika Matveinen
- Groups
-
DTNS23Information Technology (BBA), Full-time Studies, Fall, 2023
- 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