java Programming Glossary: telescope
What's wrong with overridable method calls in constructors? http://stackoverflow.com/questions/3404301/whats-wrong-with-overridable-method-calls-in-constructors pattern is essentially something like this public class Telescope final String name final int levels final boolean isAdjustable.. name final int levels final boolean isAdjustable public Telescope String name this name 5 public Telescope String name int levels.. public Telescope String name this name 5 public Telescope String name int levels this name levels false public Telescope..
|