+ 3
What is best practice for object oriented programming?
Please only with example. . .
5 Antworten
+ 14
I come from Java, I think "Constructor" is very important for you, before you practice OOP.
+ 3
https://www.javatpoint.com/java-oops-concepts
+ 2
Thank you for your answers, but consider a conditions that you do teaching a language programming. In OOP topic, what is your best way for OOP understanding? In other words, what are the exercises your students to better understand?
What is your offer for deep OOP learnning?
+ 2
The best practice, is to try and code using OOP.