Solved

What Happens If You Have Two Lists List1, List2), No

Question 3

Multiple Choice

What happens if you have two lists list1, list2) , no assignment operator in your class, and attempt to execute the following statement?
List1 = list2;


A) you have a syntax error
B) you get a complete and identical copy of list2 into list1
C) list1 and lsit2 now name the same list
D) no problem

Correct Answer:

verifed

Verified

Related Questions