using the given definition of the measurable interface: public interface measurable { double getmeasure(); } assume that concrete class bankaccount has a getbalance() method, and also implements the measurable interface by providing an implementation for the getmeasure() method. consider the following code snippet: measurable m