write the Syntax for Function or Method Overriding?
Answer Posted / nageswari
void function name(aruments)
{
statements
return()
}
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is a thread c#?
What is the difference between wrapper class and primitive?
Define using statement in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is the difference between selection and projection?
What is list array in c#?
Which is faster list or dictionary in c#?
What is session management in c#?
What is dictionary class in c#?
Is c and c# the same?
Define property in c#.net?
How do you type a null character?
What is dependency injection in simple words?
What is asax file in c#?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.