Skip to main content

Object Orientation

This page is still under construction!

Object-Oriended Programming in a programming paradigm that uses objects concept to develop programs. Even Abstract being mainly based on procedural programming paradigm, Object-Orientation can be implemented using structures.

In OOP, a object is refered as a structure that includes fields and precesses, like functions. Also, the object-orientation have 3 important concepts that objects need to be able to follow.


Structures and Classes


Manipulating Structures as References


Structure Inheritance


Structure Encapsulation


Structure Polymorfism