In object-oriented programming, data and methods that mainpulate data are guarded
against modification or misuse by other components of program are known as
what?
(A) Data Abstraction
(C) Messaging
(B) Encapsulation
(D) Polymorphism
Answers
Answered by
1
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.
Similar questions