From e185797ff9579cdffe82bac3b0c913e48e691129 Mon Sep 17 00:00:00 2001 From: "Hernan Y.Ke" Date: Sun, 28 Jun 2020 13:28:40 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a729cf..49cf056 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# lajavamemomana \ No newline at end of file +# lajavamemomana + +## The final keyword. +When we say that the final Keyword means that a variable can only be assigned once, what we mean is that when the variable in this stack is assigned to an object in the heap, then we can't change which object in the heap this variable points to. The final Keyword stops us doing that. But we can change the object in the heap if we wish