How object oriented program is different from procedure orented programming?
Answers
Answered by
0
what is the area of square
Answered by
0
Answer:
Object oriented program is different from procedure oriented programming is as follows:
- Object Oriented Programming uses objects as a bridge to have data flow from one function to another, but Procedure Oriented Programming Language uses data values which keep floating from one function to another.
- Object oriented programming uses down top approach of programming and Procedure oriented programming uses a top down approach of programming.
Similar questions