Modules
Modules
Modules are private by default
Child modules can access Ancestor module's data easily. However, child modules hide the data from ancestor modules
To make the child module's data or functions to available for ancestor, make them public by added pub
key
Last updated
Was this helpful?