characteristics of the abstract class

Posted by Harsha on Stack Overflow See other posts from Stack Overflow or by Harsha
Published on 2010-05-17T12:40:40Z Indexed on 2010/05/17 12:50 UTC
Read the original article Hit count: 322

Filed under:
|

Hello All, I like to know what makes a class to be called as absract class. I believe, abract key word definetly make a class class, but if one takes out the keyword, then we can create the instance of the class.

In otherwords, what are the characteristics of the abstract class.

Thanks in advance.

-Harsha

© Stack Overflow or respective owner

Related posts about c#

Related posts about oop