OOPS in C#.
OOP stands for Object Oriented Programming. The basic idea behind OOP is to combine into a single unit both data and the methods that operate on that particular data such units are called an object. All OOP languages provide mechanisms that help you apply the object-oriented model. They uses concept like encapsulation, inheritance, polymorphism and etc.
0 Comments