+ 2
Where or how to understand OOP faster in java (prefer), python or JavaScript?
I'm struggling with sololearn explaination on OOP. Can someone help me out please?
3 Réponses
+ 2
I can't guarantee that I can provide you a method that'll make you understand OOP faster, but I strongly advise you to understand the 4 core concepts of OOP in this order: abstraction, encapsulation, inheritance, and polymorphism.
Here are some links to help you understand OOP (in java) better:
https://www.tutorialspoint.com/java/index.htm
https://youtu.be/t6bpeBRmozU
+ 1
Seth Moga
Java Developer
Thanks So Much