OOP with C#

S

Sejoon Park

Hello to all the oop guru out there...

I've been doing SOME programming in VB 6, and C# and Java..
I know well enough of C# and Java to get the job done.
I was able to bounce back and forth depending on situations.

But I am having some difficulties with grasping OOP(Object Oriented
Programming).

When I take a look at my codes(both in C# and Java), I am embarrassed that
my coding reflects my old habit in VB6.

I've read a couple of books about OOP, but don't know why I am still
struggling.
I just can't use examples in the books in the real world.

If anyone out there know any resources(except book,please!), could you share
your resources
with me - something I can read and use it as my guideline....

Thanks in advance!
 
A

Abubakar

The best way to teach yourself oop programming in your case is to study open
source C# projects on the internet. Forget about books. Just the Sourcecode
and the MSDN will do. Once you start feeling comfortable to the oop coding
patterns than start reading books again :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top