What is the result of compiling this source file? public class Book { private int pageNumber; private class BookReader { public int getPage() { return pageNumber; } } }
Reveal answer
Fill a bubble to check yourself
What is the result of compiling this source file? public class Book { private int pageNumber; private class BookReader { public int getPage() { return pageNumber; } } }