Re: What is an object?
E. Robert Tisdale wrote:[color=blue]
> Thomas Stegen wrote:
>[color=green]
>> there is no behaviour associated as such with C objects.[/color]
>
>
> That's *not* true.
> Behavior is *precisely* defined for *all* of the built-in types
> and behavior for any User Defined Type (UDT) [struct]
> is defined by the programmer.[/color]
Nope, in C, the data is applied to operators. In the above sense
operators (or messages) are applied to data.
--
Thomas.
E. Robert Tisdale wrote:[color=blue]
> Thomas Stegen wrote:
>[color=green]
>> there is no behaviour associated as such with C objects.[/color]
>
>
> That's *not* true.
> Behavior is *precisely* defined for *all* of the built-in types
> and behavior for any User Defined Type (UDT) [struct]
> is defined by the programmer.[/color]
Nope, in C, the data is applied to operators. In the above sense
operators (or messages) are applied to data.
--
Thomas.
Comment