21.A program to demonstrate how to define, declare and invoke the virtual destructor member function in multiple inheritance using the polymorphic technique.
22.A program to illustrate how to define and declare a class which consists of both virtual members and virtual destructors under multiple inheritance.