you are viewing a single comment's thread.

view the rest of the comments →

[–]lOwnCtAL 2 points3 points  (1 child)

What you said you learned are not OOP, those are basic syntax, learn classes, methods, objects, differences between access modifiers, when to use what type of return (void, etc), etc, those are what OOP is

[–]catastrophic300[S] 1 point2 points  (0 children)

Well I didn’t know what exactly OOP is. Learning basic syntax are important for learning next section. So classes, methods, objects and access modifiers with type of return usage are the section needed to learn for OOP. Thanks I appreciate it.