Can anybody help me to learn OOPS. I am very low in this and tried alot to achieve that. Please tell me the best way to learn it. As a C# developer I really need this.
Thanks
The primary key is to write programs that use classes. There is a bit of an art to figuring out when something should be a class and when it shouldn't that is almost impossible to teach. If you have specific questions about a piece of code, such as whether it's designed well, please post it with the questions.
I find that what helps me figure out how I should design objects is by listing out what my program generally needs to do, then imagining those tasks being perform by people or machines and trying to figure out who or what should be responsible for different tasks.
It really is a bit of an art designing object oriented programs, but metaphors like that really help my friends and I a lot.
Last edited by roboticforest; 12-29-2008 at 12:43 PM. Reason: Typos
Dave
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks