23.A program to define multiple derived classes which are accessing the same base class data members through indirect base references.
24.A program to the define multiple derived classes which is accessing the same base class data members through indirect base references using the virtual base class.