Dynamic programming language: Difference between revisions

Content deleted Content added
m Reverted edits by 103.170.227.79 (talk) to last revision by Comp.arch: nonconstructive edits
m upd link
Line 19:
 
===Object runtime alteration===
A type or object system can typically be modified during runtime in a dynamic language. This can mean generating new objects from a runtime definition or based on [[mixin]]s of existing types or objects. This can also refer to changing the [[Inheritance (computerobject-oriented scienceprogramming)|inheritance]] or type tree, and thus altering the way that existing types behave (especially with respect to the invocation of [[Method (computer science)|methods]]).
 
===Type inference===