profile

Hi, I’m a creator

Exploring OOP Concepts - Understanding Abstraction and Encapsulation

Published 12 months ago • 1 min read

Hello there,

Hope you are doing good.

In this week's newsletter I wanted to revisit the first two core concepts of Object Oriented Programming. That is - Abstraction and Encapsulation.

I have compiled my thoughts and the features of these two concepts in OOP in the below two articles.

I. Understanding Encapsulation in OOP made Easy

In this article, let's understand the basics of encapsulation and why this is an important characteristic of any OOP with illustrations in C#.

II. Understanding Abstraction in OOP made Easy

In this detailed article, let's explore what is abstraction in OOP with an illustrated example in C# and understand how it works.

I have also compiled on the basic difference between Abstraction and Encapsulation in these articles for you to grasp better.

I hope these articles will be useful to you.

Please do like on Facebook, we are nearing 2000 likes and your like means a lot. Please do follow on Twitter, I do regularly post my latest updates over there.

Have a great week.

Cheers

Ram

Hi, I’m a creator

Read more from Hi, I’m a creator

Hello there, Hope you are doing good. Token based Authentication is one of the most popular and widely used authentication and identity management systems used across the world. It is simple, easy to integrate and makes user experience better. Applications can decouple User Identity and Authentication layer to an externalized Authorization Server layer and delegate authentication to this server. You will only enter credentials at a centralized Identity Provider site and the application...

8 months ago • 2 min read

Hello there, Hope you are doing good. I wanted to share some interesting news to you. You want to add authentication to secure your resources, authorize access, implement CORS policies, enforce HTTPS, or even cache responses – you will add the respective built-in libraries to the web application. These are all exposed by the ASP.NET Core framework as Middleware – pieces of code blocks that are responsible for a single functionality. Announcing my new digital product - "How to work with...

9 months ago • 1 min read

Hello there, Hope you are doing good. This week, I want to introduce you to the 3 caching patterns that we generally use to implement Caching in our applications. We choose a caching pattern that best fits our application based on its behavior, business requirements and tolerance. The following are the 3 popular patterns used for caching in microservices. Cache-Aside The cache is lazy loaded with data only when needed and is not available in the cache. The microservice decides if the data...

9 months ago • 1 min read
Share this post