Informática


46 registros

Objects and Classes

As the name implies, object-oriented programs are built around objects. An object associates data with the particular operations that can use or affect that data. In Objective-C, these operations are known as the object’s methods; the data they affect are its instance variables. In essence, an object bundles a data structure (instance variables) and a group of procedures (methods) into a self-contained programming unit.

14 nov 2007

Categories and Extensions

A category allows you to add methods to an existing class—even to one to which you do not have the source. This is a powerful feature that allows you to extend the functionality of existing classes without subclassing.

14 nov 2007

Class Objects

This information is compiled and recorded in data structures made available to the runtime system. The compiler creates just one object, a class object, to represent the class. The class object has access to all the information about the class...

14 nov 2007

Introduction to The Objective-C 2.0 Programming Language

An object-oriented approach to application development makes programs more intuitive to design, faster to develop, more amenable to modification, and easier to understand. Most object-oriented development environments consist of at least three parts:

14 nov 2007

Defining a Class

Much of object-oriented programming consists of writing the code for new objects—defining new classes. In Objective-C, classes are defined in two parts: An interface that declares the methods and instance variables of the class and names its superclass An implementation that actually defines the class (contains the code that implements its methods)

14 nov 2007

Depuración de una DLL ActiveX desde ASP

Aquí están los pasos necesarios para depurar nuestro código en Visual Basic encapsulado en un componente, mientras ejecutamos nuestra aplicación web. Método descubierto tras arduos intentos y mucha investigación, ya que Microsoft nunca ha dado mucha documentación sobre el tema.

19 oct 2004

Estructuras de Oracle: Tablespaces

Artículo con conceptos básicos sobre la base de datos Oracle.

5 sep 2003
Crea tu Periódico Digital
Los + recientes
Los + populares
El Arte del Bonsái Ficus - Variedades

 3
  
 279335

English Adverbios de Frecuencia

 10
  
 261830

Informática Generador de códigos de barras en PHP

 13
  
 224044

Quejas denuncias estafas Descubre quién te visita en Facebook?

 16
  
 199948

Marketing digital Cómo ganar dinero con un periódico o revista digital

 2
  
 190102

English Something - Anything

 2
  
 189975

Informática Mejores herramientas para Eventos Virtuales

 1
  
 158199

Actualidad Las profesiones que van a desaparecer.

 1
  
 145976

Informática Periodista digital, ¿cuánto vale tu tiempo?

 0
  
 144874

Autores

OSCAR H CABALLERO

Este autor tiene 39 artículos publicados.

PARENTESYS

Este autor tiene 11 artículos publicados.

MILES

Este autor tiene 5 artículos publicados.


Newsletter

Suscríbete a nuestros boletines