Difference between revisions of "Object Oriented Programming in Script/Index"
From SCI Wiki
Jump to navigationJump to search (Created page with "Official SCI Documentation<br /> <div align="center"> Chapter: 1 | Object Oriented Programming i...") |
|||
(29 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
| | ||
− | + | {| width="100%" | |
+ | |- valign= "top" | ||
+ | | width="20%" | | ||
+ | C | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Class|class]] | ||
+ | * [[Object Oriented Programming in Script/Classes|class statement]] | ||
+ | * [[Object Oriented Programming in Script/Classes#Compiling Classes|classdef]] | ||
+ | <br /> | ||
+ | I | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Inheritance|inheritance]] | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Instance|instance]], [[Object Oriented Programming in Script/Objects|2]] | ||
+ | <br /> | ||
+ | K | ||
+ | * [[Object Oriented Programming in Script/Classes|kindof]] | ||
+ | <br /> | ||
+ | | width="20%" | | ||
+ | M | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Message|message]], [[Object Oriented Programming in Script/Sending Messages|2]] | ||
+ | * [[Object Oriented Programming in Script/Sending Messages|messager]] | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Method|method]], [[Object Oriented Programming in Script/Classes|2]], [[Object Oriented Programming in Script/Classes#Compiling Classes|3]], [[Object Oriented Programming in Script/Objects|4]] | ||
+ | ** [[Object Oriented Programming in Script/Sending Messages#Invoking a method|invoking]] | ||
+ | * [[Object Oriented Programming in Script/Classes|methods]], [[Object Oriented Programming in Script/Classes#Compiling Classes|2]] | ||
+ | <br /> | ||
+ | N | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#A Note on Naming|naming]] | ||
+ | <br /> | ||
+ | | width="20%" | | ||
+ | O | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Object|object]] | ||
+ | <br /> | ||
+ | P | ||
+ | * [[Object Oriented Programming in Script/Classes#Defining Classes|procedure]], [[Object Oriented Programming in Script/Sending Messages|2]] | ||
+ | * [[Object Oriented Programming in Script/Classes|properties]], [[Object Oriented Programming in Script/Objects|2]] | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Property|property]] | ||
+ | ** [[Object Oriented Programming in Script/Sending Messages#Requesting the value of a property|requesting]] | ||
+ | ** [[Object Oriented Programming in Script/Sending Messages#Setting a property|setting]] | ||
+ | <br /> | ||
+ | | width="20%" | | ||
+ | S | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Selector|selector]], [[Object Oriented Programming in Script/Classes#Compiling Classes|2]] | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Self|self]] | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Class|sub-class]] | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Super|super]] | ||
+ | * [[Object Oriented Programming in Script/Object Oriented Terminology#Class|super-class]] | ||
+ | |} | ||
| | ||
− | [[ | + | [[Object Oriented Programming in Script | Table of Contents]] |
| | ||
− | <span style="float: left">[[Object Oriented Programming in Script/|< Previous: ]]</span> | + | <span style="float: left">[[Object Oriented Programming in Script/An Extended Example|< Previous: An Extended Example]]</span> |
<span style="float: right"><span class="Inactive">Next: ></span></span> | <span style="float: right"><span class="Inactive">Next: ></span></span> |