Describe the difference between Interface-oriented,
Object-oriented and Aspect-oriented programming
Answers were Sorted based on User's Feedback
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 |
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 |
why you have to became a software developer?
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?
iam confused among testing ,.net and java. can anybody help me.
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...
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
what is delegate and delegation model give the real live example on delegate model
what is the pl/sql block size in oracle 10g and 11g?
What is meaning of web application. & the purpose of web application. with description.
Is strus threadsafe or not?
why applet is introduced?
can we retrieve only integer/String type columns from a table,if yes how?
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