The purpose of a constructor in a class is to:
a. initialize an object of that class.
b. release the resources that the class holds.
c. create a value type.
d. inherit from the base class.
Answers
Answered by
0
The purpose of a constructor in a class is to create a value type.
Similar questions