Contrast OOP and SOA. What are tenets of each?



Contrast OOP and SOA. What are tenets of each? ..

Answer / santhoshmx

OOP is a programming paradigm, where the basic unit is
called Object. OOP can also be called as Real World
Modelling. Every real world entity can be represented by an
object. An object is designed based on its actual
attributes and behavior/functionality. One or more objects
inter-relate and inter-operate to perform a specific task.
In other words, OOP is a method of creating applications
using well-defined entities called Objects.

Where as, SOA(Service Oriented Architecture) is a more
broader and more abstract term. It is not just about
creating a single application. In this architecture, an
application or even Data can also be called as a Service.
Here applications or data are created and deployed in web
as SERVICES which are independent, interoperable and
reusable. Another application may use one or more existing
Servives to perform its task. Here the usage of service may
vary from interoperation, coordination or even as simple as
data sharing. The services are grouped together based on
business processes. Let me provide a simple example, where
GoogleMaps and YahooMaps can be referred as a Service on
the web. They host the map info and geodata and it is
widely accessible. Many GPS related and location based
applications use this service and share those data to
perform its own functionality. In other applications, the
usage of service may be complex(Many Services participating
and sharing or interoperating with each other forming a
Mesh).

Is This Answer Correct ?    16 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is encapsulation in simple terms?

0 Answers  


pointers are support in C#? if yes then how to use it?

8 Answers   Softvision Solution,


What is super in oop?

0 Answers  


WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET

1 Answers  


What is the point of oop?

0 Answers  






What does no cap mean?

0 Answers  


What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


What is a unary operator?

5 Answers  


What is late bound function call and early bound function call? Differentiate.

2 Answers   Ness Technologies,


In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance

1 Answers  


Which language is pure oop?

0 Answers  


What is the default size allocated for array in the statement if size not specified " int a[] "

4 Answers   CTS,


Categories