Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java in General and the fly likes abstraction Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "abstraction" Watch "abstraction" New topic
Author

abstraction

Nikos Stavros
Ranch Hand

Joined: Feb 24, 2006
Posts: 243

hello there, I was wondering if anybody could tell me what is the difference between class abstraction and functional abstraction


Jesus lives
ak pillai
author
Ranch Hand

Joined: Feb 11, 2006
Posts: 288
Functional abstraction accomplishes the functional behaviour that is not visible to the consumer of the function. The consumer of the function need to only know the correct calling convention and have trust in the accuracy of the functional results.


Class abstraction maximizes software development flexibility with interfaces and abstract classes.


java j2ee job interview questions with answers | Learn the core concepts and the key areas
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: abstraction
 
Similar Threads
oops
4 key points about Oops
CS/Engineering Terminology and Compromises in Modeling
Abstraction
abstraction