- This repository contains OOP Exercises with comments to explains the code for newbies programmers , to help understand this concept .
- These exercises are with explanation , so you have explanation with example code for better understanding
- Make sure you know classes, functions and then Read or train this Exercises.
- Inheritance
- Polymorphism
- Abstraction
- Encapsulation
I have explained Inheritance and Polymorphism in Exercise 1 , for better understanding of Polymorphism you can see Exersice 3
Explained Abstraction and Encapsulation in Exercise 2
- Feel free and clone this repo , and if someone wants to add a it's own exercise I will accept.
I hope this repo help everyone.