Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can the default values be assigned to actual parameters?
Can the default values be assigned to actual parameters?
✍: Guest
Yes. In such case you don’t need to specify any value and the actual parameter will take the default value provided in the function definition.
2011-10-20, 2951👍, 0💬
Popular Posts:
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
.NET INTERVIEW QUESTIONS - How can you avoid deadlock in threading? A good and careful planning can ...
Can include files be nested? The answer is yes. Include files can be nested any number of times. As ...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
Can you explain Forms authentication in detail ? In old ASP if you where said to create a login page...