Question: Referring to ligure and the code below, which ONE (1) of the following statements erroneous? Pet - name:String + getName(): String + setName (String) +



Referring to ligure and the code below, which ONE (1) of the following statements erroneous? Pet - name:String + getName(): String + setName (String) + Speak(): String Dog + fetch(): String Cat + speak (): String Dog myDog = new Dog(); Cat myCat = new Cat (); Select one: System.out.println (mycat.fetch()); O System.out.println (myDog.speak() sho System.out.println (myDog. fetch() }; System.out.println (myCat.speak() Account minimum bulance = 200 John's : Account current balance 900 minimum balance Jill's : Account current balance 1000 minimum balance Jack's : Account current balance 50 minimum balance Study the diagram above, which ONE of the followings is an Instance data value? Select one: Jack current balance minimum balance O Account Which ONE (1) of the following is NOT a pre-defined class of Java? Select one JLabel Decimal Format Equals O Math D. Referring to the diagram below, what is the name of the object? myCar: Vehicle Select one: O Vehicle Vehicle myCaro Car
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
