c# create object withou specifying all properties code example
Example: c# new object
//Declaring a new object of type Galaxy.
Galaxy aGalaxy = new Galaxy();
//Declaring a new object of type Galaxy.
Galaxy aGalaxy = new Galaxy();