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


Please Help Members By Posting Answers For Below Questions

What is gui in c#?

746


What is datagrid c#?

641


Can a method be sealed in c#?

647


What is default method in c#?

690


Can constructor be protected in c#?

679


Can we set image Source dynamically using C# in WPF application?

835


What is dictionary class in c#?

651


Why do I get a syntax error when trying to declare a variable called checked?

759


Why abstract class can not be instantiated?

631


What is the max value of int32 in c#?

661


What is a value type in c#?

683


What is the difference between field and variable in c#?

668


Is stringbuilder faster than string concatenation c#?

659


How do I use the 'using' keyword with multiple objects?

703


What's the difference between System.String and System..StringBuilder in C#?

696