ahhhhhhhh8558 ahhhhhhhh8558 07-03-2024 Engineering contestada Examine the following code:1| string s = "abc";2| string t = s;Is line 2 a call to a constructor or an assignment operator?