Guest User

Untitled

a guest
Sep 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Class1 loc1 = new Class1(int1,int2);
  2. Class1 loc2 = new Class2 (int3,int 4);
  3.  
  4. loc1=loc2
  5.  
  6. double num1=10;
  7. Class1 loc1 = new Class1(num1,num1);
  8. Class1 loc2 = new Class2 (int3,int 4);
  9. num1=20;
Add Comment
Please, Sign In to add comment