Answers

Question and Answer:

  Home  C++ Virtual Functions

⟩ Explain data encapsulation?

The wrapping up of data and functions into a single unit (Class) is known as Encapsulation. By encapsulating the data inside the class; data is not accessible to the outside world.

 191 views

More Questions for you: