Which of the following statements about a structure is not true?
a. A structure requires less memory and instantiates faster than a class.
b. You can code members for a structure just as you can for a class.
c. You can code more than one constructor for a structure.
d. A structure lets you instantiate a reference type just like a class.
Comments
Leave a comment