Create a getter for the Cat class called minHeight that returns 80% of height. Create a setter called minHeight that sets the height property to 125% of the given value.
A. getHeight() and setHeight()
B. getMinHeight() and setMinHeight()
C. minH() and setMinH()
D. getHeight() and setMinHeight()