What are two major problems with the following constructor? public void Point (int initialX, int initialY) {

Question:

What are two major problems with the following constructor?

public void Point (int initialX, int initialY) { int x = initialX; int y = initialY;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: