creat a class string tht has data member:a pointer of character type.include constructors to intialize the string dynamically.inc lude member function to display the string content for the object.overload following operatord:
1) == : for comparing two string operators
2) += :shorthanding concatenation operator
3) + :operator for concatenation
write a main function ehere we r allowed to test the statements...