Can a class have virtual destructor?
a) yes
b) no
c) may be
d) none of
Answers
Answered by
0
Answer:
yes it is possible to have pure virtual destructor
Explanation:
this means that a derived class destructor will be invoked first,then base destructor will be called
Similar questions