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 |
Write a shell program to test whether a given year is leap year or not ?
What function would you use to extract characters from a given string?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
Difference between delegates and Events?
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
How to set on/off a group of indicators in a single statement?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
What is the merger sort principle and its time complexity.
what is diff bet ref variable & instance of class