MCQOPTIONS
Saved Bookmarks
| 1. |
A mechanism that binds together code and data in manipulates, and keeps both safe from outside interference and misuse. In short it isolates a particular code and data from all other codes and data. A well-defined interface controls access to that particular code and data. |
| A. | Abstraction |
| B. | Polymorphism |
| C. | Inheritance |
| D. | Encapsulation |
| Answer» E. | |