Browse thread
initialization of instance variables
- John Whitley
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | John Whitley <whitley@c...> |
| Subject: | initialization of instance variables |
I'm curious as to why class instance variable definitions cannot be used in following instance variable definitions, only in methods and initializers. Is this an implmentation-driven restriction, or is there some more subtle semantics-based reason to prevent this? -- John