Which of the following is not true about designing classes? In order for class information to be printed instead of a memory address, a toString method should be declared. The constructor must be declared as public. All class variables should be declared as private. To test for equality the programmer should define an equals method. All methods should be declared private.