Skip to content

Instantly share code, notes, and snippets.

@rayjcwu
Created January 20, 2014 06:47
Show Gist options
  • Save rayjcwu/8516019 to your computer and use it in GitHub Desktop.
Save rayjcwu/8516019 to your computer and use it in GitHub Desktop.
The class snippet above is marked public. Which statement about this class is true? 1. All methods of this class are publicly available. 2. Because the class is not protected, it cannot be extended through inheritance. 3. The source file containing this class definition is name MyClass.java 4. This class must implement everything in the java.lan…
public class MyClass {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment