Select Answer
No -- width is private; only member functions can access it
width
Yes -- but only if printWidth is defined inside the class body
printWidth
No -- friend only works with protected members
friend
Yes -- printWidth is declared as a friend inside Box class
Box