a different class is needed, invoke instance methods using the objects you construct., and use the properties to assign and retrieve values.
data field, method
public
use the same identifier as the class
class
The default constructor must be the first one written for the class.
Write( ) method
Write( ) method
are defined inside Main( ) and other methods
write more than one constructor
Accessors
directly accessing private data members.
attributes, characteristics, and fields
public
intellisense
set
class
signatures
attributes
False
False
Main( )
include multiple constructors.
PricePerSqYard is a property, 40.99 is a numeric literal, plush is an object
only visible inside Main( ).
passing information as arguments through parameters.
nonstatic methods.
private