How to teach object oriented programming to procedural programmers? [closed]
The best thing you can do is: Have a ton of Q&A. Wikipedia’s procedural programming (PP) article really hits where you should start: Whereas procedural programming uses procedures to operate on data structures, object-oriented programming bundles the two together so an “object” operates on its “own” data structure. Once this is understood, I think a … Read more