Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #7681
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Avoid derived class to override a method yet should allow callers to invoke the method |
| Date | 2011-09-07 08:14 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <40c762f3-0977-4f98-9c7d-a2925f0e10ab@glegroupsg2000goo.googlegroups.com> (permalink) |
| References | <79cc1af8-1f3c-41c7-bbe2-8c5085b25e7c@t9g2000yqi.googlegroups.com> <38560bc6-af42-471f-b750-d2966452b1c3@glegroupsg2000goo.googlegroups.com> <slrnj6ei6k.6gl.avl@gamma.logic.tuwien.ac.at> |
On Wednesday, September 7, 2011 3:35:00 AM UTC-7, Andreas Leitgeb wrote:
> Lew <lewb...@gmail.com> wrote:
> > public class BaseOfOperations {
> > public final void DoSomething()
> > public class Client {
> > public void Whatever()
>
> Method names should not begin with capital letters.
> Not even in trivial example snippets.
Oops. Good catch.
--
Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
Avoid derived class to override a method yet should allow callers to invoke the method Ethan <sam_cit@yahoo.co.in> - 2011-09-06 21:05 -0700
Re: Avoid derived class to override a method yet should allow callers to invoke the method Peter Duniho <NpOeStPeAdM@NnOwSlPiAnMk.com> - 2011-09-06 21:38 -0700
Re: Avoid derived class to override a method yet should allow callers to invoke the method Lew <lewbloch@gmail.com> - 2011-09-06 21:40 -0700
Re: Avoid derived class to override a method yet should allow callers to invoke the method Ethan <sam_cit@yahoo.co.in> - 2011-09-06 22:40 -0700
Re: Avoid derived class to override a method yet should allow callers to invoke the method Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-09-07 10:35 +0000
Re: Avoid derived class to override a method yet should allow callers to invoke the method Lew <lewbloch@gmail.com> - 2011-09-07 08:14 -0700
csiph-web