Answer:
There are a number of advantages of object oriented programming.One of them is the maintenance of code.
Explanation:
Object-oriented programming can be described as programming that is based on blocks or objects.
One of the main advantages of the object-oriented programming is its capability of maintenance of codes. As the old codes are saved, so it becomes a lot easier to use the existing codes and modifying them for the new ones. This also saves a lot of time as you do not have to make all the codes again, you just have to incorporate new changes into the existing codes.