InterviewSolution
Saved Bookmarks
| 1. |
Which of the following shows a poorer runtime performance for coalescing functionality, using functions, and using objects?(a) Firefox unwoundfun(b) Firefox UsingFunct(c) Firefox UsingObject(d) Firefox UsingStruct |
|
Answer» Right option is (a) Firefox unwoundfun For explanation: When we compare the runtime performance for coalescing functionality, using functions, and using objects, the Firefox UsingFunct shows a poorer performance. This results in poor user experience. |
|