/OOP-Labs

БГУИР, КСиС, ПОИТ | Лабораторные работы по предмету ООП (4 семестр)

Primary LanguageC#MIT LicenseMIT

Object Oriented Programming (Labs)

Description: Labs on the subject of object-oriented programming.

Programming language: С#


UML diagram:

Logo


Tasks:

  1. Implement a program that allows to perform CRUD operations on objects.
  2. Implement the ability to save and load the list of objects to/from a file. The following types of serialization/deserialization must be implemented:
    • Binary;
    • XML/JSON;
    • In any text format.
  3. Implement at least 2 plugins for data processing before saving to a file.