Page 1 of 1

What is the difference between constructors and destructors?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
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