Interview Question
Qus: Difference between sub process and reference process, how reference process will work.
Answers (1)
sub process is part of the same process.its the only way presenting of the process .we can’t use subprocess for other process and reference process is implementing for reuse purpose. reference process we can call in other process.