| 510-309 Exam |
| 510-309 - Exam Information |
| Question of the day |
Given a Custom Class User Object n_counter , having the instance variable: private integer ii_counter And a public function: of_increment ( ) return ii_counter ++ What will be the value of ii_counter at the end of this code segment? n_counter ln_counter ln_counter = CREATE n_counter ln_counter.ii_counter = 8 of_increment(ln_counter)
Answer(s)
This code will not compile