Java Topic / Java tutorial As discussed in 118, an abstract classes do not map to real life objects and they can not exist on their own, with out taking the form any of its concrete sub-classes. _EG_ Shape can not exist on it own, it has to be either Rectangle or Square or Circle.