Adrian Cid Almaguer wrote:
Can I give visibility to a class constant.
something like this
class foo
{
private const = "aaa";
protected const = "bbb";
public const = "ccc";
}
I dont want the user of my class can access to the constant.
and I cant use public static fields because I dont wa
Can I give visibility to a class constant.
something like this
class foo
{
private const = "aaa";
protected const = "bbb";
public const = "ccc";
}
I dont want the user of my class can access to the constant.
and I cant use public static fields because I dont want the content can be
modifie
Can I give visibility to a class constan.
some thing like this
class foo
{
}
--
***
Si se encuentra bien, no se preocupe. Se le pasarĂ¡.
3 matches
Mail list logo