

MCQOPTIONS
Saved Bookmarks
1. |
What is the difference between constructors and destructors? |
A. | They have a different function name |
B. | Constructors does not have return type whereas destructors do have |
C. | Constructors allow function parameters whereas destructors do not |
D. | Constructors does not function parameters |
Answer» D. Constructors does not function parameters | |