InterviewSolution
Saved Bookmarks
| 1. |
Give two appropriate advantages of using in-built methods over creating user defined methods. |
|
Answer» They are well tested and optimized. They run faster as they are pre-compiled. |
|