- All members inside “.pde” files belong to (are nested inside) a single PApplet subclass!
- Nothing is actually
private
among them. - However, access restriction would still apply when an access attempt is made from within a “.java” file to a “.pde” 1; and vice-versa.
1 Like