Disciplines

Object-Oriented Programming Fundamentals

Weekly classes 2+0+2
Control form Exam

Annotation


 The course is based on the knowledge acquired by the students through the preceding courses “Programming Fundamentals” and “Algorithms and data Structures”. The latest trends in the appropriate courses from leading universities in Europe and USA as well as the recommendations of the C and C++ users’ association have been taken into consideration for course content’ designing. Presented material introduces the students with contemporary technologies for application development with usage of C++. The course consists of two parts – “Object-oriented programming in C++” and “Standard library of STL template classes”. The basic principles of the object-oriented programming are presented through implementation of algorithms and data structures already studied in previous courses, while the course itself extends the knowledge in algorithms including generalization of the term algorithm and the way of its implementation.

Content


Main issues of the syllabus content:

  • Objects and classes.
  • Inheritance and polymorphism.
  • Instruments for programs’ organization.
  • STL library – description.
  • Consecutive containers.
  • Suggestive containers.
  • Adapters of containers.
  • Implementation of base structures in STL – stacks, queues, priority queues.
  • Object functions and adapters.
  • Invertors. Iterative adapters
  • Algorithms and containers.
  • General algorithms – creation principles, based on STL