Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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?

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

More Books

Students also viewed these Databases questions

Question

1. Design an effective socialization program for employees.

Answered: 1 week ago