As you know (and if you don't know, you can read the documentation about it), a class helper is a type that can be associated to a class. When a class helper is associated with another class, all the methods and properties defined in the helper are also available in the other class and in its descendants. Helpers are a way to extend a class without using inheritance; however, it is not the same thing as inheritance. In other words, if the TFooHelper helper is in the same scope as TFoo, the compiler's resolution scope then becomes the original type (TFoo), plus the helper (TFooHelper). So, if the TFoo class defines the DoSomething method and the TFooHelper (the TFoo class helper) defines DoAnotherThing, when TFoo is used in the same scope as the TFooHelper, the TFoo instances, and all its descendants, also have the DoAnotherThing method...
United States
United Kingdom
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Argentina
Austria
Belgium
Bulgaria
Chile
Colombia
Cyprus
Czechia
Denmark
Ecuador
Egypt
Estonia
Finland
Greece
Hungary
Indonesia
Ireland
Italy
Japan
Latvia
Lithuania
Luxembourg
Malaysia
Malta
Mexico
Netherlands
New Zealand
Norway
Philippines
Poland
Portugal
Romania
Singapore
Slovakia
Slovenia
South Africa
South Korea
Sweden
Switzerland
Taiwan
Thailand
Turkey
Ukraine