Klasse Sum


public class Sum extends Object
This is a sample class that demonstrates Javadoc comments.
  • Konstruktordetails

    • Sum

      public Sum()
      Super comment
  • Methodendetails

    • add

      public int add(int a, int b)
      This method returns the sum of two integers.
      Parameter:
      a - the first integer
      b - the second integer
      Gibt zurück:
      the sum of a and b