Does anyone understand Object Orientated programming? Please Help!
Here is my problem, I can create windows based form programs (in C#, java) and can usually find out how to do things. However, I don't understand Object Orientated programming, is it much more complicated than what creating windows forms where the only separate modules seem to be forms which you can create instances of.
How would I integrate a method and make it work with a form? I know this is a very general question, but I really need to start learing how to create OO programs!
pr0gr4mm3r posted this at 21:55 — 18th September 2007.
He has: 1,502 posts
Joined: Sep 2006
The OOP concept doesn't have anything do to with forms. I would learn OOP with the console before you try to use it with GUI programming.
For the general concept, see this Wikipedia article -> http://en.wikipedia.org/wiki/Object-oriented_programming. For advice on your specific language, some Google searching will find useful tutorials.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.