New Question!!
There are many advantages of Object-oriented programming language over Procedure-oriented programming language.
But why is 'C' which is Procedure-oriented programming language still used in scientific application and engineering?
_______
NOTE:-
•Absolutely No Spamming
•Stars and Mods can answer this question.
• Answer should be SELF-WRITTEN and NON-COPIED.
• Posting the answers in the attachment is completely not acceptable.
Answers
Answer:
Advantage of OOPs over Procedure-oriented programming language. 1) OOPs makes development and maintenance easier, whereas, in a procedure-oriented programming language, it is not easy to manage if code grows as project size increases. ... 3) OOPs provides the ability to simulate real-world event much more effectively.
I Think So It Will Help U ,
Division: In Object-oriented programming, the program is divided into small entities called objects whereas in Procedural programming the program is divided into sub-procedures. It focuses on the process and functions. It focuses on the data and classes. It is not easy to maintain .
As again ,
C (/siː/, as in the letter c) is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system.