VB.NET - What is encapsulation?

What is encapsulation?

It is the fundamental principles of object-oriented programming. It hides all the internal details of an object from the outside world. It hides its data and methods from outside the world and only expose data and methods that are required. It provides us maintainability, flexibility and extensibility to our code. It makes the fields in a class private and providing access to the fields using public methods Encapsulation allows us to create a "black box" and protects an objects internal state from corruption by its clients.
VB.NET method overloading
VB.NET - Define method overloading - It allows several methods with the same name but different signatures.....
VB.NET - Describe an abstract class
VB.NET - Describe an abstract class - An abstract class is a class that cannot be instantiated but must be inherited. ......
VB.NET - Describe Break mode
VB.NET - Describe Break mode - Break mode allows reading code line-by-line.......
Post your comment
Discussion Board
Vb
Really this article is in easy language compare then others and so helpful
Anuu 04-23-2017