Exemplo n.º 1
0
 /*Composition Between Employee and billing*/
 public void show()
 {
     billingb = new billing();
 }
Exemplo n.º 2
0
 /*Composition Between Customer and billing*/
 public void show1()
 {
     billingb1 = new billing();
 }