public, private, and stock
#2

I also noticed you can make a function without using private/public/stock/etc...
And you also won't need to make a forward declaration.

i.e.

Код:
Function()
{
  ...
}
In what ways would this be different than:


Код:
public Function()
{
  ...
}
?
Reply


Messages In This Thread
public, private, and stock - by ledzep - 01.06.2009, 01:23
Re: public, private, and stock - by ledzep - 01.06.2009, 01:31
Re: public, private, and stock - by yom - 01.06.2009, 01:55
Re: public, private, and stock - by yezizhu - 01.06.2009, 04:36

Forum Jump:


Users browsing this thread: 1 Guest(s)