Skip to main content

Object-oriented Programming (10 cr)

Code: TX00EY21-3001

General information


Enrollment
29.05.2023 - 31.07.2023
Registration for the implementation has ended.
Timing
23.10.2023 - 23.12.2023
Implementation has ended.
Number of ECTS credits allocated
10 cr
Mode of delivery
On-campus
Unit
(2019-2024) School of ICT
Campus
Karaportti 2
Teaching languages
English
Seats
0 - 35
Degree programmes
Degree Programme in Information Technology
Teachers
Matti Valovirta
Jarkko Vuori
Groups
ICT22-SW
Software Engineering
Course
TX00EY21

Implementation has 30 reservations. Total duration of reservations is 86 h 30 min.

Time Topic Location
Mon 23.10.2023 time 09:30 - 12:00
(2 h 30 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 23.10.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Tue 24.10.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Thu 26.10.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 30.10.2023 time 09:30 - 12:00
(2 h 30 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 30.10.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Tue 31.10.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Thu 02.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 06.11.2023 time 09:30 - 12:00
(2 h 30 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 06.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Tue 07.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Thu 09.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 13.11.2023 time 09:30 - 12:00
(2 h 30 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 13.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Tue 14.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Thu 16.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 20.11.2023 time 09:00 - 12:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 20.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Tue 21.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Thu 23.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 27.11.2023 time 09:30 - 12:00
(2 h 30 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 27.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Tue 28.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Thu 30.11.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 04.12.2023 time 09:00 - 11:30
(2 h 30 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 04.12.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Tue 05.12.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Thu 07.12.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 11.12.2023 time 09:30 - 12:00
(2 h 30 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Mon 11.12.2023 time 13:00 - 16:00
(3 h 0 min)
Object-oriented Programming TX00EY21-3001
KME551 Oppimistila
Changes to reservations may be possible.

Objective

After completing the course, the student
• is able to implement an event-based database application based on a graphical user interface and the use of the ORM model in an object-oriented programming language
• is able to utilise various data structures and threads.

Content

• Advanced object-oriented programming
• Interoperability of objects (associations, aggregations)
• Inheritance
• Interfaces
• Implementation of a graphical user interface
• Event handling (listeners)
• Exception handling
• Files and data streams
• Parallel programming (threads, thread synchronisation)
• Functional programming (lambda expressions, map, filter, reduce)
• MVC architecture
• Use of databases
• Software-driven database modelling
• Object-relational mapping
• Version control
• Unit testing

Evaluation scale

0-5

Assessment criteria, satisfactory (1)

• has achieved the objectives of the course to a satisfactory level
• is able to identify, define and use concepts and models in the subject area of the course
• has completed the learning tasks required for the course to the minimum standard.

Assessment criteria, good (3)

The student
• has achieved the objectives of the course well
• is able to identify, define and use concepts, models and tools in the subject area of the course
• has completed the learning tasks of the course at a good level.

Assessment criteria, excellent (5)

The student
• has achieved the objectives of the course with excellent marks
• is able to identify, define, use and apply concepts, models and tools in the subject area of the course in a variety of ways
• has completed the learning tasks of the course at an excellent level and has put considerable own effort into their solutions.

Assessment criteria, approved/failed

• has achieved the objectives of the course
• is able to identify the concepts and models in the subject area of the course
• has completed the learning tasks required for the course.

Qualifications

Orientation to Information and Communication Technology

Go back to top of page