Tag: Object Oriented Concepts
Important Concepts of Object Oriented Programming in C#
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.