OOPS (Object Oriented Programming) is extensively used in software development to solve many problems.
Below are some of the important keywords / concepts of Object Oriented Programming in C#
1. Classes & Objects (Instances)
2. Data Abstraction
3. Encapsulation
4. Inheritance
5. Polymorphism
6. Message Passing etc.
Leave a Reply