- 2
Why we learn opp concept in programming
Help
4 Réponses
+ 2
Open ended question.
OOP is just another "method" of programming.
functional programming that focuses on functions and code is built by using these functions together.
oop is focused on objects and their induvidual methods as it's name implies.
0
OOP helps to create and operate various elements of your programmes as an object which will have some property and method.
It is one of the better way of understanding your programme in comparision with real world objects.
Functional programming tends to do most of the things with functions.
- 1
I think we learn oop concepts to design softwares.