| 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
|
 |
 |
|
|
subject: abstraction
|
|
|