Hello,
I am used to programming Java and C#. But for some reason I have
problems understanding this syntax:

EmplName name(EmplName n = _emp.name)
{
    _emp.name = n;
    return n;
}

I understand the following:
the method name returns an EmplName. when calling the method you do it
with a parameter n of the type EmplName. But what dows the n =
_emp.name do? and what goes on in the method body?







SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to