Hi,
If anyone knows then please explain proper steps/books to design OOPS based application when a project comes. i.e. how and where to start. We saw some where about this but not getting it on internet now.
Thanks and Regards
Prasad
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anil KumarPosted Jun 5, 2012, 4:48 AM
And if you also want to go through some basics of OOPS then: OOPS Concepts and .NET Part 2: Inheritance, Abstraction, & Polymorphism
If you like MSDN then : Design Patterns: Solidify Your C# Application Architecture with Design Patterns
SenthilkumarPosted Jun 5, 2012, 4:35 AM
You need to select appropriate the pattern.
The patterns are mostly object oriented pattern.
Based on the requirement the classes/interfaces/abstract classes.
You can study the object oriented Analysis and Design paradigm books....