I understand the theoretical concept that assigning one reference type variable to another, only the reference is copied, not the object. assigning one value type variable t
The first code snippet contains Employee which is a class and in the second one, Employee is a struct