+ 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

10th Mar 2018, 5:02 PM
Mayur Shetty
Mayur Shetty - avatar
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.
10th Mar 2018, 5:18 PM
Pravin Pandey
Pravin Pandey - avatar