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 gui in c#?
What is datagrid c#?
Can a method be sealed in c#?
What is default method in c#?
Can constructor be protected in c#?
Can we set image Source dynamically using C# in WPF application?
What is dictionary class in c#?
Why do I get a syntax error when trying to declare a variable called checked?
Why abstract class can not be instantiated?
What is the max value of int32 in c#?
What is a value type in c#?
What is the difference between field and variable in c#?
Is stringbuilder faster than string concatenation c#?
How do I use the 'using' keyword with multiple objects?
What's the difference between System.String and System..StringBuilder in C#?