Objective-C: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Riga 56:
#import "NomeDellaSuperclasse.h"
 
@interface nomeDellaClasseNomeDellaClasse : nomeDellaSuperclasseNomeDellaSuperclasse
{
//variabili d'istanza
Riga 87:
#import "NomeDellaClasse.h"
 
@implementation nomeDellaClasseNomeDellaClasse
+ metodoDiClasse1
{
Riga 575:
Besides the [[GNU Compiler Collection|GCC]]/[[NeXT]]/[[Apple Computer]] implementation, which added several extensions to the original [[Stepstone]] implementation, there exists another free open-source Objective-C implementation, which implements a slightly different set of extensions: The Portable Object Compiler [http://users.pandora.be/stes/compiler.html] implements, among other things, also [[Smalltalk]]-like blocks for Objective-C.
-->
 
== Analisi del linguaggio ==
{{T sezione|lingua=inglese|argomento=informatica|data=febbraio 2008}}