Saturday, April 28, 2012

abstract Class

Q.1 what is abstract Class? Ans. Abstract class means that, no object of this class can be instantiated, but can make derivations of this. Eg: abstract class absClass { }

No comments: