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.

Related Questions

Use of nested class ____________ encapsulation.
The PPP encapsulation ____________