Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Naming conventions for custom methods?
Message
 
 
To
18/11/2008 20:00:51
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01362229
Message ID:
01362736
Views:
31
>>>>>>Then, Mr chameleon, let me tell you that was also pi..ed off. Bought a lot of java books (language/assembler/....) and the one thing that turned me off what that in java you cannot pass parameters by reference
>>>>>
>>>>>So how do you do anything to an object? Every object has to know how to do it to itself, or else it happens to a temporary copy? That sucxques...
>>>>
>>>>Not sure what you mean about temporary copies but you may have just described encapsulation. An object (class) defines both data and the operations upon that data.
>>>
>>>If not passed by reference, then it's passed as a copy. Whatever happens with that copy gets lost when it goes out of scope and autodestructs.
>>
>>Most of the types in C# are reference types. There are few value based.
>
>Would I be right to guess that's because they're mostly object types? And the value types are scalar?

I just read Mike Beane's answer, which is much more elaborated. All types in C# come from one base class system.Object

I need to re-read this again in the book a bit later tonight.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform