Package org.stjs.generator.exec.inheritance.Inheritance

Examples of org.stjs.generator.exec.inheritance.Inheritance.C


import org.stjs.generator.exec.inheritance.Inheritance.C;

public class Inheritance2 {
  public static int main(String[] args) {
    C c = new C();
    return c.method1(1);
  }
View Full Code Here

TOP

Related Classes of org.stjs.generator.exec.inheritance.Inheritance.C

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.