Thursday, June 20, 2013

Abstract Classes, Properties Decoded in this post

Well here are some theoretical concepts on Abstract Classes, and Properties which are considered to be great tools provided by CSharp.

Abstract Classes - A class declared abstract cannot be instantiated. Here's how this is used and helps our application development.
Abstract Classes

Properties

These are links to session notes explaining the two concepts with very relevant and practical examples.