it depends if you really need to work with classes... ur question is not relation to C#, it is related to the concept of object-oriented architecture.. so i recommend u study the architecture of the program then u ll know how to use ur classes effectively
2007-03-12 22:59:34
·
answer #1
·
answered by abd 5
·
1⤊
0⤋
Yeah, this has nothing to do with C# and everything to do with object oriented design. OOD has its strength when working in large projects, where you won't be able to memorize all the code in your head. Instead, what you do is design objects that encapsulate the functionality of what you want. Ideally, each object can be thought of as a 'black box' when it's finished, so that the properties, methods and variables of the object tell you what it does, and that you do not have to care about how it functions internally.
2007-03-13 03:49:30
·
answer #2
·
answered by Pfo 7
·
0⤊
0⤋
what do u mean effectively?
what i can say is try learn it through 'error message'.
a good programmer must also be a good debugger, isn't?
then u can improve on using classes n objects effectively....
2007-03-12 21:41:40
·
answer #3
·
answered by mountbpho 2
·
0⤊
2⤋