Let me start with basic concepts of object oriented concepts in C#. Following are the concepts that always comes into my mind if some one asks me about object orientation. Of course, you can find 100s of articles in google. But, here I would like to share my knowledge.
Abstraction
Association
Inheritance
In simple words, this concept is taking one class features to another class. In real world, when we design our objects during any implementation this concept is frequently or always used to put together all our business requirements.
No comments:
Post a Comment