What are the drawbacks of procedure oriented programming languages?

1 answer

Answer

1111327

2026-02-27 23:25

+ Follow

Procedural programming is when an application executes a series of procedures.

In procedural programming, the user is unable to choose what the program does next. In OOP (Object oriented), the user can click on any button they want, but in procedural, it just executed the pre-set procedures, then ends.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.