When we declare a variable we need to provide a __________ and a variable name

Correct! All variables we declare in C# (at least in this course) need to have an explicit data type

================================

Correct! We need a reference to an object to call instance functions, but we call static functions using a class name instead

================================

 

Correct! Although we store the state of an object in fields, providing external access to the state through properties preserves information hiding for the object

================================

================================

Correct! Methods implement an object’s behavior

Other Questions Of This Category