factors are an advantage for encapsulation? both of the listed options maintainability high reusability none of the listed options
Answers
Answered by
0
The advantage of OOP is: you can link the scrap of several programmers together and every individual piece of code is not capable to disrupt the operation of an other piece of code."
Answered by
0
Encapsulation is a word which is familiar with object oriented programming. The main advantages of encapsulation are as follows: encapsulation promotes maintenance of the object oriented programming. The code changes can be made individually in encapsulation. This results in an increased usability in the surface UI of the object oriented programming.
Encapsulation solves the problem in implementation level. Encapsulation means hiding the data into a single unit so that it can be protected from the outside world. It hides how an object does a work.
Similar questions