Open Recursion
When a method within an object invokes another method of the same object via Self Reference, it is considered open recursion.
The key feature here is that the method to be called is determined by Runtime Polymorphism.
Backlinks
When a method within an object invokes another method of the same object via Self Reference, it is considered open recursion.
The key feature here is that the method to be called is determined by Runtime Polymorphism.