Given the class ‘Point’ which has two member variables x and y. A) Error B) Fals
ID: 3747235 • Letter: G
Question
Given the class ‘Point’ which has two member variables x and y.
A) Error B) False C) True public class Point ( private int x; private int y; public void setx(int x) this.x x public void sety(int y) this.yey: public void setxy(int x, int y) x-yi public boolean IsEqual (Point p) return ((p.xx) 88 (p.y y)): public void DisplayPoint() System.out.println("x y")): public void movePoint (int deltax, int deltay) (/x is increased by deltax and y is increased by deltay public void SetLocation(Point P) (//make point to have the specified location P. public static void main(Stringt] args) ( // TODO Auto-generated method stutb Point P1 new Point); Point P2- new Point(); P1.setx(5); P1.sety(6): P2.setx(5); P2.setY(6); System.out.println(P1.IsEqual(P2)); P2.setXY(3,4); System.out.println(P1.IsEqual(P2));
Explanation / Answer
C) True
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.