View Single Post
  #6 (permalink)  
Old 04-22-2008, 01:14 PM
jazz2k8's Avatar
jazz2k8 jazz2k8 is offline
Senior Member
 
Join Date: Apr 2008
Posts: 113
jazz2k8 is on a distinguished road
Yeah i want to read three and if the input argument matches to"A" Document it should invoke class A(methods)

Take for example
A=invoice
B=purchase
C=Creditors Journal

i have written separate code(classes) for invoice,purchase and Creditors journal
Now i want to merge all those into single.If the input argument is purchase it should invoke purchase class.

Now i want to merge all these 3 into single..For this requirement what is your suggestion???How to proceed for this.

i cant be more clear thatn this....
Reply With Quote