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

Answers were Sorted based on User's Feedback



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

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

Answer / Brahmraj Singh

Interface-oriented programming focuses on defining a contract or protocol between objects without specifying their internal implementation. Object-oriented programming emphasizes encapsulation, inheritance, polymorphism, and abstraction to design software using objects. Aspect-oriented programming (AOP) allows for modular programming of cross-cutting concerns like security, logging, and error handling that span multiple classes.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

why you have to became a software developer?

2 Answers  


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  


iam confused among testing ,.net and java. can anybody help me.

1 Answers  


Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...

1 Answers  


Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?

2 Answers  


what is delegate and delegation model give the real live example on delegate model

1 Answers   TCS,


what is the pl/sql block size in oracle 10g and 11g?

0 Answers  


What is meaning of web application. & the purpose of web application. with description.

1 Answers  


Is strus threadsafe or not?

1 Answers  


why applet is introduced?

1 Answers  


can we retrieve only integer/String type columns from a table,if yes how?

1 Answers  


write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers

2 Answers  


Categories