I made a class called Box, which has a size of 100 . Then I made an array of 6 "Boxes" , now, the size if 600. However, when I pass this array into a function, and tries to use sizeof in the function, the size of the whole array becomes 4, how come?