View Single Post
Old 01-26-2010, 04:32 PM   #3 (permalink)
mrez0
The Visitor
 
Join Date: Jan 2010
Posts: 3
Thanks: 1
mrez0 is on a distinguished road
Default

So the use of abstract class is like providing some common characteristics to child classes, but these characteristics can't be used by instantiating objects to this abstract class, as it is not allowed to instantiate an object to abstract class.
[Like the object has no meaning if it was instantiated to an abstract class]

Am i right?
mrez0 is offline  
Reply With Quote