fork download
  1. /**
  2.  * @author Damien
  3.  */
  4.  
  5. //TestClass2
  6. public class testClass2 extends parentClass{
  7. public int quadrangle;
  8. public testClass2(int a , int b , double c){
  9. this.quadrangle = a;
  10. this.quantity = b;
  11. this.price = c;
  12. }
  13.  
  14.  
  15. }
  16.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty