Disadvantages of procedural code over an object-oriented one?

1 answer

Answer

1152456

2026-06-01 05:15

+ Follow

A procedural code is

* less maintainable * polluting the namespace of variables and methods

* making harder to decouple and modularize the code, as such, it is less reusable

than an object-oriented one

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.