Package testPackage

Examples of testPackage.Variables


  public Sum getRefSum() {
    return refSum;
  }

  public void getParamSum() {
    Variables vars = new Variables();
    Sum sum = new Sum(10,20);
    vars.getSum(sum);
  }
View Full Code Here


  public Sum getRefSum() {
    return refSum;
  }

  public void getParamSum() {
    Variables vars = new Variables();
    Sum sum = new Sum(10,20);
    vars.getSum(sum);
  }
View Full Code Here

TOP

Related Classes of testPackage.Variables

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.