Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
object oriented programming
Name: conejo5991 Date: June 8, 2009 at 00:15:29 Pacific OS: Windows XP Subcategory: C/C++
Comment:
Could someone tell me how I could simply learn to start constructing classes, objects, and methods in an easy to understand way, with a minimum of technical terms? I took a C++ programming class, but we stopped before we had a chance to really get into OOP. I was hoping you could refer me to a tutorial that is easy to understand. I have read about it, but the books always put me to sleep. lol.
Summary: Does anybody have or know how to get materials that carefully explains object oriented programming? I've read a number of materials i downloaded from the internet but i still don't fully understand th...
Summary: Here's my understanding of the second part of your question. Member data is actually declared private by default unless you specifically declare it public. You should always declare your member variab...