Site hosted by Angelfire.com: Build your free website today!
 

Abstraction

  • Abstraction is a way of looking at your objects in terms of what you want them to do (functionality), rather than how they do it (implementation).

  • Abstraction helps you see the whole project in perspective.

  • Abstraction also helps to predict the API of a class.