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 |
Difference between debugging, running, executing of an application
How to find out the user exit for va01.
can we retrieve only integer/String type columns from a table,if yes how?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
what is log files in qtp what is use
4.Write a program to get the string in array and print that? or Without using loop print the array.
how to avoid java script validation in client side validation?
When we use Windows authentication mode
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
what is lazy loading in hibernate?Explain in detailed manner?
What is the difference between an EXE and a DLL?
3 Answers ABC, Hykin Solutions, Infoedge, Infosys, Polaris,
can we extend a class having only one parameterised constructor.Suggest the process to do it.