InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes contains only floating point functions?(a) Math(b) Process(c) System(d) Object |
|
Answer» The correct answer is (a) Math Explanation: Math class contains all the floating point functions that are used for geometry, trigonometry, as well as several general purpose methods. Example : sin(), cos(), exp(), sqrt() etc. |
|