Posts by Vinicius de Sousa • 31 points
1 post
-
-1
votes2
answers199
viewsA: What are the deconstructors?
Basically, what a constructor does is to create a new object of a certain type with certain parameters (here I am opting for the default constructor because it has no parameters). So what the…