+ 2
What is the difference between declaration and definition of a variable and function?
its common to differentiate lets see how many can guess right
2 ответов
+ 6
When you declare a variable and let it be nil, this is called declaration. When you assign some value to variable it becomes definition.