Why we learn opp concept in programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Why we learn opp concept in programming

Help

26th Jun 2021, 6:55 AM
Naqib Ullah
Naqib Ullah - avatar
3 Answers
+ 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.
26th Jun 2021, 7:00 AM
Slick
Slick - avatar
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.
26th Jun 2021, 8:52 AM
Divya Mohan
Divya Mohan - avatar
- 1
I think we learn oop concepts to design softwares.
26th Jun 2021, 6:56 AM
Naqib Ullah
Naqib Ullah - avatar