📅  最后修改于: 2022-03-11 14:52:03.032000             🧑  作者: Mango
When a reference variable doesn’t point to any value it is assigned null.
Example : Employee employee;
In the example employee object is not instantiate so it is
pointed no where