In a Java program, Class A and Class B are defined such that both have a method named methodOne() with different implementations, and Class C inherits from both Class A and Class B. If we create an object of Class C and call methodOne(), which version of methodOne() will be called?