InterviewSolution
Saved Bookmarks
| 1. |
What Is The Right Time For Using In-line Perform? |
|
Answer» The RIGHT time is when the perform BODY is not USED. If it is a type of code that has general means, being utilized in several LOCATIONS in the program, the code should be met in a different PARA and not use in-line perform, but perform paraname instead. The right time is when the perform body is not used. If it is a type of code that has general means, being utilized in several locations in the program, the code should be met in a different para and not use in-line perform, but perform paraname instead. |
|