0
What is the difference between "Decontructors" and "Constructors" c#
4 Respostas
+ 2
You sure you got that right?
Edit:
so thats what you mean, you had constructors twice đ
check this video out,
https://youtu.be/0aKxDYTHFSo
any ways i study java and it don't have destructors(or probably the finalize method is the equivalent), but from what i learn from c++ about a year back, constructors creat the object in the memory and destuctors are a special method that executes just before the program ends to delete objects you finished with or somthing, hope i got that right
correct me
Manual
John Wells
Ace
+ 2
Could be that he's looking for Satnam singh
+ 2
constructor is a special member function whose task is to initialize the objects of its class.
as name destructor it is used to destruct the objects that have been created by a constructer.
0
Sorry my phone has a corrector and it do this.