Question: When I do a call to the toString() by doing phone.toString() from the outer class it also does the things in the private Phone class

When I do a call to the toString() by doing phone.toString() from the outer class it also does the things in the private Phone class without me telling it to. Why is that?

When I do a call to the toString() by doing phone.toString() from

public String getPhone() return phone.toString); // inner class Phone used by class Contact only private class Phone String number; Phone(String inNum) char nextDigit int k; // store only digits "213-555-1212" becomes "2135551212" for (k 0, number-""; k

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!