Given this class:

Which two changes would encapsulate this class and ensure that the area field is always equal to length * height whenever the Rectangle class is used?

Which two changes would encapsulate this class and ensure that the area field is always equal to length * height whenever the Rectangle class is used?
Correct Answer: B,C