Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Re: Encapsulation (getters and setters) Tips?

    Javadoc is a way for you to document how a class behaves and how it's suppose to function. There are also some standard tools which can take javadoc and will translate it into a separate API...
  2. Re: Encapsulation (getters and setters) Tips?

    The one glaring remark I have is the lack of comments, in particular Javadoc.

    Some other minor remarks:

    1. In Java the convention is to use camel-case naming convention. Classes begin with...
Results 1 to 2 of 2