Describe the difference between Interface-oriented,
Object-oriented and Aspect-oriented programming



Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming..

Answer / vineeta trivedi

Interface oriented programming defines a contract between
two parties - a rule that both stick to and neither care
how the other is providing the functionality. Classic
example would be COM. Object oriented programming is
looking at things behavioraly - in what they do(methods)
and what identifes them(properties). Aspect oriented
programming is new to me. It identifes the aspects of a
program - separates out what's essential(functionality
wise) and what's repetitive(or not so essential from
functionality perspective).

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More Programming Languages AllOther Interview Questions

Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)

0 Answers   Amazon,


why we use abstract word in abstract window toolkit in java language.

0 Answers   Infosys,


Find out the list of authorization objects which contains activity as a field? Thanks in advance.

0 Answers  


In Java what is the difference between following two statements ? int a[],b; int []a,b;

1 Answers  


how to add Servlet-api.jar file into eclipse 3.3.2 ?

0 Answers   IBM,






what do u mean by html

5 Answers   Infosys,


how will you do destructive read and non destructive read in data queue.....

0 Answers   CTS,


What is Boxing?

3 Answers  


How many processes can listen on a single TCP/IP port?

3 Answers  


what are stubs related to foxpro?

0 Answers  


How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?

0 Answers  


What function would you use to extract characters from a given string?

2 Answers  


Categories