memory Variable #2172
Answered
by
alymurtazamemon
Fushiguro19
asked this question in
Q&A
-
In the video, around 3:15:45, he says that if we write SimpleStorage in front of the variable simplestorage, it becomes a memory variable. I don't get it. Can someone plz explain it to me?? Thanks !! |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Aug 29, 2022
Replies: 1 comment 5 replies
-
@Fushiguro19 Yes, he created a SimpleStorage object there, and because that object will destroy at the end of createSimpleStorage function that is why it is a memory variable. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Fushiguro19 Yes, he created a SimpleStorage object there, and because that object will destroy at the end of createSimpleStorage function that is why it is a memory variable.