Closed Thread
Results 1 to 3 of 3

Thread: Concepts

  1. #1
    suneel_g is offline Newbie
    Join Date
    Dec 2008
    Posts
    1
    Rep Power
    0

    Concepts

    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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Concepts

    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    roboticforest is offline Programmer
    Join Date
    Dec 2008
    Location
    Portland OR
    Posts
    111
    Rep Power
    0

    Re: Concepts

    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

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help in clearing some concepts of ANSI C
    By sharpshooter09 in forum C and C++
    Replies: 10
    Last Post: 07-09-2011, 08:50 PM
  2. OOP concepts
    By HayDee in forum PHP Development
    Replies: 1
    Last Post: 03-10-2010, 01:35 PM
  3. Beginning C# Objects: From Concepts to Code ebook
    By maulua in forum C# Programming
    Replies: 3
    Last Post: 02-16-2010, 12:36 PM
  4. Replies: 7
    Last Post: 11-14-2008, 10:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts