Salut a Tous..
Je suis en train de passer un petit test...et une question sur les diférents usages de "Const" me pose problème...

"In the following class declaration:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
    class Vec2f
    {
        float x, y;
    public:
        const Vec2f DotProduct( const Vec2f& OtherVector ) const;
        virtual void Init()=0;
    };
a) ...the keyword 'const' is used three times. Discuss (briefly) the meaning
of the three uses, and why they are there."

Pour le second, je sais...
Pour les autres... je bloque....
Quelqu'un sait ??

Merci d'avance...