FDM Group Interview Question

whats encapsulation

Interview Answers

Anonymous

Sep 5, 2018

Binding related data and method in a unit, a good example is a class called UserImplementation with methods like registerUser(), updateUser(), deleteUser(), etc

1

Anonymous

Jul 16, 2018

Wrapping up of data into a single unit

1