27
Answer (Choose 1 answer)
Encapsulation is
A. technique of combining more than one member functions into a single unit.
B. mechanism of combining more than one data member into a single unit.
C. mechanism of combining more than one data members and member functions that implement on those data members into a single unit
D. technique of combining more than one data members and member functions into a single unit, which can manipulate any data.
Ext