1. If objects of a class type are to be assigned values of a type other than their own class type, assignment operators accepting a parameter of this other type can be defined. For example: String s = "Sfwrlff";.
  2. What shall the return type of an operator assignment be?