28. Develop an object-oriented program in C++ to create a data base of the personnel information
system containing the following information: name
date of birth blood group height weight
insurance policy number contact address telephone number
driving licence number, etc.
Construct the data base with suitable member functions for initialising and destroying the data, viz. constructor, default constructor, copy constructor, destructor, static member functions, friend class, this pointer, inline code and dynamic memory allocation operators—new and delete.