First create 2 packages: one named parent and one named child. On both packages create a string variable named "StrVar." In the parent package give the variable the value of "parent." Pass this value to the child package. In the child package, give the variable the value of "child", which will be over written by the parent package.
No comments:
Post a Comment