OOP in C#

In this section we will look at an approach to programming called Object Oriented Programing (OOP).

OOP aims to solve problems by modelling the world as a collection of things that have data and behaviours.

We will look at how C# applies OOP principles when creating software.

Contents

Other Resources

You can follow the free tutorials in OOP at: