write the Syntax for Function or Method Overriding?
Answer Posted / karthika
retrun type(int , int)
{
statement1;
}
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What are the different approaches of passing parameters to a method?
What is generic delegate in c#?
How do I start a program in c#?
What is dll hell, and how does .net solve it?
What is the base class of all classes in c#?
What is the use of return in c#?
Is c# scripting language?
Explain how many types of exception handlers are there in .net?
What is cts, clr?
How do I type a whitespace character?
What is an expression in c#?
What is session c#?
What does mean before a string in c#?
Give 2 scenarios where static constructors can be used?
What are Namespaces?