Content deleted Content added
→Object-oriented concepts: copy editing |
→Computational model: copy editing and linking |
||
Line 90:
====Instance classes====
An instance class contains at least one [[Constructor (object-oriented programming)|constructor]] and some [[Instance (computer science)|instance]] members.
<syntaxhighlight lang="csharp">
.class public Car
|