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

How can we alter the data after creating a view

1 Answers  


Which method protects back button to retrieve old value from previous page in Struts.

0 Answers  


How to link calculator in oops concept? how is it working in oops concept? why dont u using in beginning of program 'z' in abap(sap)?

2 Answers  


3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?

1 Answers  


can we convert .class file to dll file

1 Answers  


How to call static method in Java?

2 Answers   Epoch,


in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'

0 Answers   Infosys,


A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.

0 Answers  


Can any one give an example (Source Code) on virtual function implemetation in Java?

0 Answers  


what is difference between object oriented programming structure and object oriented programming system?

0 Answers  


what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?

0 Answers  


which property is used to display the advertisements with adrotator control

0 Answers   Sonata,


Categories