+ 2
What exactly is object oriented programming,
Which language support have this
4 Respostas
+ 6
There are other languages as well, these are a couple of them.
https://www.sololearn.com/learn/Java/2151/
https://www.sololearn.com/learn/CPlusPlus/1709/
+ 5
I think that Googling this will give you some good links to learn from.
+ 4
Just like objects in real life have attributes and behaviors you can also create life like objects in programming that simulate real life objects.
+ 3
C++ for example supported OOP