CIW Exam Questions

You must declare variables that will become object references to a newly instantiated objects to ___

You must declare variables that will become object references to a newly instantiated objects to
_____________________

A.
populate the properties of each new instance

B.
instantiate and then populate the properties of each new instance with actual data.

C.
instantiate and then call the properties of each new instance with actual data.

D.
instantiate the object.