abstraction

what is abstraction ? how do we achieve it in java?
[58 byte] By [padikkathavana] at [2007-11-27 2:42:08]
# 1
Have you tried to google? This question is often asked, and there are lots of answers if you google for a few seconds.
kajbja at 2007-7-12 3:06:30 > top of Java-index,Java Essentials,New To Java...
# 2

> what is abstraction ? how do we achieve it in java?

In the computer science meaning an abstraction is a programmer defined type. How abstractions are achieved programmatically is an extensive question. The best textbook on the topic is in my view Program Development in Java by Liskov/Guttag.

The authors are topnotch. Liskov even has an important OO principle named after her - the Liskov Substitution Principle.

kajbja at 2007-7-12 3:06:30 > top of Java-index,Java Essentials,New To Java...