+ 3
🔘 What is "Object Oriented Programming'' {OOP}.?
Explain.
4 Antworten
+ 12
"Object-Oriented Programming." OOP (not Oops!) refers to a programming methodology based on objects, instead of just functions and procedures. A class is created and everything is done by making it's object.
+ 16
here are some examples for oop concept
https://www.sololearn.com/discuss/252198/?ref=app
+ 2
thanks
0
Here are some useful design patterns:
https://code.sololearn.com/W9JSgK65tx2k/?ref=app