+ 4
What is the reason that oops concept was introduced when we are working with procedural approach.
please give answer in detail
1 Answer
+ 3
The reason it was introduced is to make programming more fun and to ensure lesser codes are written. With OOP codes are written in a more neater way rather thank the procedural pattern.