Y
Hacker News
new
|
ask
|
show
|
jobs
by
loeg
3358 days ago
I'm not sure what you mean by objects at runtime. Can you elaborate? The sort of objects I interact with at runtime are typically typed structures, so I guess I don't understand your statement.
1 comments
catnaroek
3357 days ago
Objects are runtime entities. They are created and manipulated
when the program is running
.
link