| Recursive Methods |
|
| Wednesday, 13 January 2010 00:26 |
|
Here is just a small intro to recursive methods; Basically, a recursive method is a method that calls itself; e.g. In my opinion there are benefits to recursive methods ( but not always ) like: a problem can be defined as a recursive problem or because of a recursive method your programming code can be shorter. Anyway, be carefull not to end up in an endless loop!!
|
Home
Community