There are lot of difference between procedure language and object oriented like below
- Procedure language easy for new developer but complex to understand whole software as compare to object oriented model.
- In Procedure language it is difficult to use design pattern mvc , Singleton pattern etc but in OOP you we able to develop design pattern.
- IN OOP language we able to ree use code like Inheritance ,polymorphism etc but this type of thing not available in procedure language on that our Fonda use COPY and PASTE .