Computer Science, asked by devrajrocks1503, 5 hours ago

Can a class have virtual destructor?

a) yes
b) no
c) may be
d) none of

Answers

Answered by shravanthir
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