Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #7670

Re: Avoid derived class to override a method yet should allow callers to invoke the method

Newsgroups comp.lang.java.programmer
From Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Subject Re: Avoid derived class to override a method yet should allow callers to invoke the method
References <79cc1af8-1f3c-41c7-bbe2-8c5085b25e7c@t9g2000yqi.googlegroups.com> <38560bc6-af42-471f-b750-d2966452b1c3@glegroupsg2000goo.googlegroups.com>
Message-ID <slrnj6ei6k.6gl.avl@gamma.logic.tuwien.ac.at> (permalink)
Date 2011-09-07 10:35 +0000

Show all headers | View raw


Lew <lewbloch@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.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

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