Timeline for What do you call the two types of classes on a instance declaration
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 18, 2016 at 20:46 | comment | added | Ixrec | @TulainsCórdova left-hand side and right-hand side | |
| May 18, 2016 at 18:27 | comment | added | Tulains Córdova | What's the meaning of the acronyms LHS and RHS ? | |
| May 18, 2016 at 16:28 | review | Close votes | |||
| Jun 2, 2016 at 3:01 | |||||
| May 18, 2016 at 15:15 | comment | added | Erik Eidt | This question is hard to answer as a language is not specified. C++ has an instance declarations, e.g MyClass obj; and MyClass obj();, others. However, Java and C# do not have instance declarations, rather variable (and member) declarations, which (regarding classes) declare variables (or members) that are references, and then instantiation expressions, which create heap objects and that may be used as initializers to the reference variables. | |
| May 18, 2016 at 13:31 | answer | added | Jörg W Mittag | timeline score: 1 | |
| May 18, 2016 at 13:30 | answer | added | Ixrec | timeline score: 0 | |
| May 18, 2016 at 13:04 | review | First posts | |||
| Jun 17, 2016 at 13:02 | |||||
| May 18, 2016 at 13:03 | answer | added | Oded | timeline score: 1 | |
| May 18, 2016 at 13:00 | history | asked | Jonathan Twite | CC BY-SA 3.0 |