I am really struggling to conceptually understand classes in C# especially
the use of the strange keywords 'static' 'void' and 'override'...
Is there a 'idiots' way of understanding these concepts broadly before even
touching a line of code...
Thanks
JasonGoogle: "C# Class Design"
WROX "C# Class Design - Coding Effective Classes Handbook" is what you need.
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
<jason@.catamaranco.com> wrote in message
news:eawJ2zs6EHA.1260@.TK2MSFTNGP12.phx.gbl...
> I am really struggling to conceptually understand classes in C# especially
> the use of the strange keywords 'static' 'void' and 'override'...
> Is there a 'idiots' way of understanding these concepts broadly before
even
> touching a line of code...
>
> Thanks
> Jason
>
Static = non-object
Void = a method that does not return a value
Override = when you decide to discard the origins and implenet your own.
The better definitions can be viewed here:
http://msdn.microsoft.com/library/d...keywords_pg.asp
John
<jason@.catamaranco.com> wrote in message
news:eawJ2zs6EHA.1260@.TK2MSFTNGP12.phx.gbl...
>I am really struggling to conceptually understand classes in C# especially
> the use of the strange keywords 'static' 'void' and 'override'...
> Is there a 'idiots' way of understanding these concepts broadly before
> even
> touching a line of code...
>
> Thanks
> Jason
>
This should help get you started.
http://www.geocities.com/jeff_louie/oop.htm
Regards,
Jeff
*** Sent via Developersdex http://www.examnotes.net ***
Don't just participate in USENET...get rewarded for it!
Thanks guys...!
<jason@.catamaranco.com> wrote in message
news:eawJ2zs6EHA.1260@.TK2MSFTNGP12.phx.gbl...
> I am really struggling to conceptually understand classes in C# especially
> the use of the strange keywords 'static' 'void' and 'override'...
> Is there a 'idiots' way of understanding these concepts broadly before
even
> touching a line of code...
>
> Thanks
> Jason
>
Tuesday, March 13, 2012
Struggling - 'static' vs 'void' etc?
Labels:
asp,
classes,
conceptually,
especiallythe,
keywords,
net,
strange,
struggling,
tatic,
void
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment