Common Intermediate Language: Difference between revisions

Content deleted Content added
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. ThisThe following class has a set of methods representing actions of a Car-object.
<syntaxhighlight lang="csharp">
.class public Car