Recursive Processing:?
- The recursive structure makes it easy to manage hierarchical data. For
example, when displaying the contents of a directory, you don’t need to worry
about whether the child is a file or a subdirectory.
example, when displaying the contents of a directory, you don’t need to worry
about whether the child is a file or a subdirectory.