InterviewSolution
Saved Bookmarks
| 1. |
How is SOA different from OO Architecture ?(a) Strong coupling among objects(b) Communications are prescriptive rather than being descriptive(c) Data is separated from a service or behavior(d) Data and methods are integrated into a single objectThe question was asked during an online exam.The above asked question is from Service Oriented Architecture in portion Advanced Software Engineering of Software Engineering |
|
Answer» CORRECT choice is (C) Data is separated from a service or behavior Explanation: A service-oriented architecture is essentially a COLLECTION of SERVICES which COMMUNICATE with each other. |
|