An open API service indexing awesome lists of open source software.

https://github.com/arnab-developer/reference-vs-value-type

Reference type vs value type
https://github.com/arnab-developer/reference-vs-value-type

Last synced: 19 days ago
JSON representation

Reference type vs value type

Awesome Lists containing this project

README

          

# Reference type vs value type

This is a demo to show what happen when we send a `reference` type variable versus
a `value` type variable to a method parameter and make changes on that.