A
active
Because of an example I followed I've been instantiating Image objects. Now
I notice that the documentation says the Image class is an abstract base
class.
Things seem to be working! Is the documentation wrong (it also says abstract
classes cannot be instantiated)?
Should I be using Bitmap instead?
Is there a difference between Abstract class and Abstract base class?
Thanks,
Cal
I notice that the documentation says the Image class is an abstract base
class.
Things seem to be working! Is the documentation wrong (it also says abstract
classes cannot be instantiated)?
Should I be using Bitmap instead?
Is there a difference between Abstract class and Abstract base class?
Thanks,
Cal