Saved Bookmarks
| 1. |
Which syntax doesn’t execute/is false when executed?(a) if(&object != this)(b) if(&function !=object)(c) this.if(!this)(d) this.function(!this)The question was posed to me in my homework.I would like to ask this question from This Pointer topic in chapter Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming |
|
Answer» The correct OPTION is (a) if(&object != this) |
|