M
Mike
Hey guys, need some help understanding some things that maybe someone can
explain or clarify it a little better then a text book. Here is my
understanding so far:
Class - basically a shell for your code
Fields - basically just a variable but can be "write protected"
Properties - access fields, they can retrieve data contained in the
"variable"
Methods - Used for calculations, or can retrieve data from objects such as
combo boxes and text
fields, methods can also start sub procedures or another set of
instructions.
Constructors - special method that runs that runs and can assign a new value
to fields
Am I close on any of these?? Thanks guys!!
Mike
explain or clarify it a little better then a text book. Here is my
understanding so far:
Class - basically a shell for your code
Fields - basically just a variable but can be "write protected"
Properties - access fields, they can retrieve data contained in the
"variable"
Methods - Used for calculations, or can retrieve data from objects such as
combo boxes and text
fields, methods can also start sub procedures or another set of
instructions.
Constructors - special method that runs that runs and can assign a new value
to fields
Am I close on any of these?? Thanks guys!!
Mike