Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the main differences between procedure oriented languages and object oriented languages?

0
Posted

What are the main differences between procedure oriented languages and object oriented languages?

0

• Procedural languages enforce sequential processing of instructions. Object oriented languages may implement event driven processing. • Procedural languages store all data as global while OOPs languages support data encapsulation — all related data is stored inside one object and only relevant data is shown to the user. • Facilities like function overloading and operator overloading (polymorphism) allow you to use same names and provide different functionality which avoids personalism in naming conventions. These overloaded versions are easy to use and remember.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123