6 lines
220 B
Text
6 lines
220 B
Text
|
|
;Task:
|
||
|
|
The goal is to get the properties of an object, as names, values or both.
|
||
|
|
|
||
|
|
Some languages support dynamic properties, which in general can only be inspected if a class' public API includes a way of listing them.
|
||
|
|
|