In this snip of code, there are 2 objects being created, but why are there only 4 reference variables created?
class Customer { public int custId; pub