C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
what is OOP and SOA?
ajay singh
13y
2.6k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
OOP is a general programming feature that gives you flexibility of creation of objects and communication between them. Helps in representation of real time objects like Car and its parts. Also provides guidance on the behavior of the objects. Whereas SOA is design principle on how to design services that can serve any consumer meaning that a service is to be designed such that any client application developed in any language should be able to utilize the operations supported by service.
Akkiraju Ivaturi
13y
0
What is the difference between an EXE and a DLL ?
Why is catch(Exception) almost always a bad idea ?
Message