Public members of a class are are available to: 1 answer The class itself and and the classes above in the inheritance hierarchy The class itself The classes that inherit from that class All the classes of the application All the classes that properly call them
All the classes of the application