What do u mean by private function and public function ?
cun on fast!!!!
well think like that, public functions can be called at everywhere in solution, but privite funcs can be called in only the class that they are defined
what do u mean by class????????
well every solution got clasees and namespaces, clasees are things that includes the functions, namespaces are things that includes clases, and solutions are things that includes namespaces.... For example we got a solution named Calculator,a namespace named Elements and a Class named Process, and under that class we have a funtion named Summation()... To use the func named Summation u should do that, Calculator.Elements.Process.Summation(parameters); got it?
You better google it, there are really good and amazing articles in google ;)
and to define a class you should use class keyword like class ourclass{ main method( ) othermethod() ... }
You also can define classes as privite and public too :D like public class ourclass :D ;)
what was ur age when u learnt vb
Join our real-time social learning platform and learn together with your friends!