Introduction to Object ProgrammingCourse code: 150402 | 6 ECTS credits
Basic information
Level of Studies:
Year of Study:1
Semester:2
Requirements:
Goal:Goal of course is to educate students about basic techniques of visual, object-oriented programming, event-driven programming, data structures and algorithms. Objects and controls in Visual Basic programming language.
Outcome:Students are able to create simple applications, use complex data structures and work with objects and files.
Contents of the course
Theoretical instruction:
Data structure, data types.
Variables, declarations and type conversions.
Programming. Cycles and algorithms.
Basics of object programming.
Classes, objects, methods and events.
Class hierarhy, inheritance, polymorphism.
Principles of object programming.
Graphical user interface.
Events. Event listerners and types of events.
Arguments. Running programs using agruments.
Program testing.
Exceptions. Custom exceptions and exception handlers.