Difference between conventional structured programming and object oriented programming
Answers
Answered by
1
Answer:
Structured Programming is designed which focuses on process/ logical structure and then data required for that process. Object Oriented Programming is designed which focuses on data. Structured programming follows top-down approach. Object oriented programming follows bottom-up approach.
Answered by
2
Answer:
: The main difference between conventional and object oriented language is: 1) Conventional programming divides the problem into functions but object oriented programming divides the problem into a number of entities called object.
Similar questions