What is redundant code in object oriented programming language?

1 answer

Answer

1007391

2026-08-26 05:20

+ Follow

The basic idea is to duplicate as little code as possible. This helps make the program shorter, but especially, it makes it easier to maintain - if there is an error, or you want to add a feature, you do the change in a single place.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.