Hello Friends,
What is the advantage of defining a function as Static as a class member.
Like
Class Name
{
public :
static void fun()
}
so what is the significance of defining a function as static.
What is the advantage of defining a function as Static as a class member.
Like
Class Name
{
public :
static void fun()
}
so what is the significance of defining a function as static.
Comment