Object hierarchy: Difference between revisions

Content deleted Content added
added stub tag
Adding short description: "Programming concept"
 
(5 intermediate revisions by 5 users not shown)
Line 1:
{{Short description|Programming concept}}
{{Hatnote|Not to be confused with [[class hierarchy]].}}
 
An '''object hierarchy''' is a concept from [[computer programming]]. It references descendants of [[Object (computer science)|objects]] acting as properties of an object. An example of this would be the object controlling a [[Window (computing)|window]] (at the top of the [[Hierarchy (object-oriented programming)|hierarchy]]) having another object like the window's border acting as a property of the window.<ref>{{Cite web|url=https://enacit1.epfl.ch/tutorials/JavaScript/hierarchy.html|title=Object Hierarchy|website=enacit1.epfl.ch|access-date=2017-10-01}}</ref>
 
== References ==
{{Reflist}}
 
[[Category:Object-oriented programming]]
 
 
{{comp-sci-stub}}