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 difference between oop and pop?

0 Answers  


define oops concept with example

1 Answers   Cap Gemini,


Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.

13 Answers   IBM,


Which method cannot be overridden?

0 Answers  


Can bst contain duplicates?

0 Answers  






what is overloading and overriding?

7 Answers  


what is mean by design pattern

4 Answers  


what is the difference between a package and a software?

3 Answers  


The expansion of GNU

3 Answers  


Can we have a private constructor ?

12 Answers   HSBC, Ness Technologies, TCS, Wipro,


c++ is a purely oop concept?

3 Answers   Google, TCS,


What is static modifier?

0 Answers  


Categories