From aee128572ff927954e79907b49ac16b0d967e635 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 30 Nov 2023 09:50:31 +0100 Subject: [PATCH] course update of 2023-11-30 09:50:31 --- Prog/OOP.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Prog/OOP.md b/Prog/OOP.md index 3ef19eb..c8e8805 100644 --- a/Prog/OOP.md +++ b/Prog/OOP.md @@ -1,3 +1,10 @@ +--- +​--- +author: Louis Gallet +Date: 30/11/2023 +​--- +--- + # Object Oriented Programming meme @@ -85,4 +92,12 @@ MyFirstClass c = new MyFirstClass(); //new object } ``` - \ No newline at end of file +## OOP - Main principles + +- Encapsulation +- Abstraction +- Inheritance (Héritage in french) +- Polymorphism + + +