you may be able to create a pointer to abstract class to use polymorphism but you can not create reference to abstract class because it is not an object..and you can not reference something that is not a variable or object as far as i know..correct me if i am wrong.
|