Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why '::'?
Message
 
To
25/04/2000 21:16:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00363407
Message ID:
00363411
Views:
15
>Hi
>
>I just wanted to know why place like West Wind and Flash
>use the following;
>
>OBJECT::Method it indicate a method and not
>OBJECT.Method?
>
>TIA
>
>Mal

Mal,

It is actually CLASS::Method that is being used. That is the scope resolution opreator which is used to refer to a method in a specific class. It should be used when creating code in a sbuclass and you desire to call the code in the superclass.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform