Showing posts with label Abstraction vs Encapsulation. Show all posts
Showing posts with label Abstraction vs Encapsulation. Show all posts

Monday, February 12, 2018

Abstraction vs Encapsulation

Abstraction vs Encapsulation












Abstraction is what to show/hide from the end user. We should show only what is necessary to the end user.

What to show- Abstraction
We achieve abstraction by - Encapsulation

Asp.net Core Continued

65 66 67 68 69 70 71 65 ASP.NET Core Identity It is a membership system Step 1 : Inherit from IdentityDbContext class instead of ...