Sunday, January 23, 2011

Abstract classes



Abstract classes can be very complex and still be use able.

Abstract classes can gain additional functionality without damage
classes that were using the old version.






Abstract classes represent fundamental types that can be built upon,
like Stream.


 Default implementations can be provided for some methods, taking the
burden off the programmer.

No comments:

Post a Comment