Re: Constructors




"Allan M. Bruce" <allanmb@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B5ednYNOIJwczeTZRVny1Q@xxxxxxxxxxxx

public void something1()
public something2()
public int something3()


<style police/>

public class Something2 {

public Something2() {}
}

Uppercase please for class names

--
Mike W


.