Encapsulation and abstraction differ as ____________
Encapsulation and abstraction differ as ____________ Correct Answer Binding and Hiding respectively
Abstraction is hiding the complex code. For example, we directly use cout object in C++ but we don’t know how is it actually implemented. Encapsulation is data binding, as in, we try to combine a similar type of data and functions together.
মোঃ আরিফুল ইসলাম
Feb 20, 2025