malikalhack / OOP_in_C

Project on teaching the basics of object-oriented programming, implemented in C. The solution contains three projects, each describing one of the principles of OOP.

Repository from Github https://github.commalikalhack/OOP_in_CRepository from Github https://github.commalikalhack/OOP_in_C

OOP_in_C

It is a C implementation of the object-oriented programming paradigm.

The solution implements an example that allows you to move a shape (point, rectangle, circle) within the specified field. The solution contains three projects: encapsulation, inheritance, polymorphism.

About

Project on teaching the basics of object-oriented programming, implemented in C. The solution contains three projects, each describing one of the principles of OOP.

License:GNU General Public License v3.0


Languages

Language:C 100.0%