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
Are c# objects passed by reference?
What is JIT (just in time)? how it works?
Is c sharp free?
Is c# code is unmanaged or managed code?
What is a decimal c#?
Is c# and .net same?
Explain the difference between the debug class and trace class?
How garbage collection deals with circular references.
How to reduce image resolution in C#?
What is constants in c#?
What is the object class in c#?
Why do we need escape characters?
How do you use nullable?
How to install or uninstall a windows service?
What does console writeline do?