Initialization
Initialization - the process of assigning initial values to variables and data structures
in a program.
When setting value to variables at the time of their declaration we actually initialize them.
Each data type in C# has a default value (default initialization) which is used when there is no explicitly set value for a given variable.
Dictionary of Computer and Internet Terms (Vol. 1) John C. Rigdon, 2016 – 1471 c. – Англо-український тлумачний словник з обчислюваної техніки, Інтернету і програмування. – Вид. 1 – К.: Видавничий дім «СофтПрес», 2005. – 552 с. –626
Svetlin Nakov & Co Fundamentals of computer programming with C#: Sofia, 2013 - 1122 с. - Англо-український тлумачний словник з обчислюваної техніки, Інтернету і програмування. – Вид. 1 – К.: Видавничий дім «СофтПрес», 2005. – 552 с. –127