InterviewSolution
Saved Bookmarks
| 1. |
Identify Which of the following are constructors and selectors? |
|
Answer» (a) N1 = number ( ) – constructors (b) Accetnum (n1) – selectors (c) Displaynum (n1) – selectors (d) eval (a/b) – selectors (e) x, y = makeslope(m), makeslope (n) – constructors (f) display O – selectors |
|