Define the default constructor in C++ programm4.1. Set the data member numpairs to be 3 and the data member numSlots to be 8. Allocate dynamic memory for an array of strings with numSlots elements and assign it to ________.
1) numpairs
2) numSlots
3) dynamic memory
4) array of strings