Answer Happy
Accurate answers. Every time.
https://answerhappy.com/
What is syntax of defining a destructor of class A?
https://answerhappy.com/viewtopic.php?t=738954
Page
1
of
1
What is syntax of defining a destructor of class A?
Posted:
Wed Jul 13, 2022 7:52 pm
by
answerhappygod
a) A(){}
b) ~A(){}
c) A::A(){}
d) ~A(){};