|
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....
|