Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 304 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 304 Bytes

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.