0
What Programming Paradigm should I master as a beginner?
I am confused If I should learn Object Oriented or Functional Programming.
1 Réponse
+ 1
Both are inter-related
You should learn both of them
Functional programming is easier (that's why you should do it first)
So I prefer you to go according to the flow:
1. Basics
2. Functions
3. Playing with arrays
4. OOP
5. And further new features (different in different programming languages)