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
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

