Help


from Wikipedia
« »  
Since the classes are themselves objects, they can be asked questions such as " what methods do you implement?
" or " what fields / slots / instance variables do you define ?".
So objects can easily be inspected, copied, ( de ) serialized and so on with generic code that applies to any object in the system.

1.856 seconds.