project stem java unit 5 exam which of the following is not true about designing classes? group of answer choices all class variables should be declared as private. to test for equality the programmer should define an equals method. the constructor must be declared as public. all methods should be declared private. in order for class information to be printed instead of a memory address, a tostring method should be declared.