Saved Bookmarks
| 1. |
In object-oriented programming, data and methods that mainpulate data are guardedagainst modification or misuse by other components of program are known aswhat?(A) Data Abstraction(C) Messaging(B) Encapsulation(D) Polymorphism |
|
Answer» Answer: ENCAPSULATION is an object-oriented programming concept that BINDS together the DATA and functions that manipulate the data, and that KEEPS both safe from outside INTERFERENCE and misuse. |
|