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

difference between list and display command ?

3 Answers  


what is web service in java? have u use before.

0 Answers  


Tag for turning an image into a hyperlink is

0 Answers  


design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.

3 Answers   College School Exams Tests, IBD, IBM, Ignou, IIIT, Nortech, TCS, UOS,


how to convert infix expression to prefix expression?

0 Answers   nvidia,






How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function

1 Answers   R V College of Engineering, University of Jordan,


What is autocall macro and how to create autocall macro? what is the use of it?

0 Answers   GE,


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

0 Answers  


what are the top level class of interface in java?

2 Answers   Satyam,


Plz sent me in .net 2.0 interview Question & answers?

0 Answers  


What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe

0 Answers  


is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...

0 Answers  


Categories