OOPS In VB.Net – Encapsulation – Abstraction

Introduction
OOPS or Object Oriented Programming Structures. Some of the concepts have been always used in one or the other programming languages. For example you must have used structs in C which is a good example of encapsulation. There are four major pillar of OOPS. Let’s try to understand each one of them by taking some examples also:-
1.) Encapsulation

2.) Abstraction

3.) Polymorphism

4.) Inheritance

Continue reading