Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Object Oriented Programing
Name: pshonubi Date: September 19, 2006 at 07:13:45 Pacific OS: Windows Xp CPU/Ram: 2.4Ghz/512 Product: Clone
Comment:
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 the concept. i was hoping i would be able to get a simplified explanation of some sort. I really do want to adequatelly understand it. I intend to be able to adequatelly program in vb.NET and c#. Thanks in advance
Name: jhunt303 Date: September 19, 2006 at 07:20:21 Pacific
Reply:
Yeah, you have to be careful with OOP as it is as simple as it is powerful. I would seriously consider getting a Delphi 2 book and read it cover to cover. Ok, its Pascal, but it is still OOP and you'll learn a lot more than you will trying to get .NET learned with no basics (.NET is very bloated so you will soon be swamped). Wikipedia has a very good article on the fundamentals of OOP http://en.wikipedia.org/wiki/Object...
0
Response Number 2
Name: Sanjaya Sugiarto (by Sanjaya) Date: October 10, 2006 at 01:08:07 Pacific
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...