Hi, I am not sure about why defining a function within a class doesn't take any parameters in the code below. (Please ignore any physical meaning of the area and volume calculations, it's modified from the original code to better show the problem.) In the function "area" for example, it only works if I remove the "width, height" parameters. I'm wondering why I can't put them there. Thanks for helping!