quizmediumValue vs reference type?Both copy a reference to the same heap object on assignmentValue types copy the data on assignment; reference types copy a reference to a shared heap objectValue types live on the heap; reference types live on the stack and are copiedReference types copy the data; value types share a single boxed instanceSubmit answer