Java: define terms initialization, declaration and assignment
Posted
by HH
on Stack Overflow
See other posts from Stack Overflow
or by HH
Published on 2010-04-10T16:30:05Z
Indexed on
2010/04/10
16:33 UTC
Read the original article
Hit count: 386
I find the defs circular statements, the subjects are defined by their verbs but the verbs are undefined! So how do you define them? The question is central to understand the term final, related.
The Circular Definitions
itialization: to initilise a variable. It can be can be done at the time of declaration.
assignment: to assign value to a variable. It can be done anywhere.
declaration: to declare value to a variable.
© Stack Overflow or respective owner