Java Inner Classes
        Posted  
        
            by ikurtz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ikurtz
        
        
        
        Published on 2010-04-23T11:01:28Z
        Indexed on 
            2010/04/23
            11:03 UTC
        
        
        Read the original article
        Hit count: 546
        
im new to Java and have the following question regarding inner classes:
when implementing a inner class do i need to declare its attributes and methods scope i.e. public, private, protected?
© Stack Overflow or respective owner