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 |
how can we implement locks in plsql?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Plz sent me in .net 2.0 interview Question & answers?
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
Which method protects back button to retrieve old value from previous page in Struts.
Write a program to swap the content of two variables without using a third variable.
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
0 Answers HCL, Sacred Heart College,
How many processes can listen on a single TCP/IP port?
which worker is involved in all the phases of SDLC?
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM