592Software EngineeringMedium
How is SOA different from OO Architecture?
AData and methods are integrated into a single object
BData is separated from a service or behavior
CStrong coupling among objects
DCommunications are prescriptive rather than being descriptive
Correct answer
B. Data is separated from a service or behavior
Explanation
Explanation: A service-oriented architecture is essentially a collection of services which communicate with each other.