View Single Post
  #6 (permalink)  
Old July 23rd, 2008, 01:32 AM
elvisfeverr elvisfeverr is offline
Authorized User
 
Join Date: Jan 2008
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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.

Reply With Quote