Create two classes called Traveler and Pager without
default constructors, but with constructors that take an
argument of type string, which they simply copy to an
internal string variable. For each class, write the correct
copy-constructor and assignment operator. Now inherit a
class BusinessTravele from r Traveler and give it a
member object of type Pager. Write the correct default
constructor, a constructor that takes a string argument, a
copy-constructor, and an assignment operator.
Create two classes called Traveler and Pager without default constructors, but with constructors that take an argument of type string, which they simply copy to an internal string variable. For each class, write the correct copy-constructor and assignment operator. Now inherit a class BusinessTravele from r Traveler and give it a member object of type Pager. Write the correct default constructor, a constructor that takes a string argument, a copy-constructor, and an assignment operator.