+ 4
nm is just a parameter for the constructor Car. so if u have Car("Lol") as argument, nm will be "Lol"
+ 4
if u want to leave the Car constructor blank, then u wont have to specify any constructor at all. like if u declare a Car instance u can just do new Car();