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 is the advantage of dependency injection?
What are the two uses of a ‘using’ statement in c#?
What is difference between yielding and sleeping?
What is a dictionary in c#?
How can you sort strings in array that are passed to method as arguments?
What is byte c#?
When should I throw an exception?
Why do we parse in c#?
i want the csharp questions&answeres
Explain about multithreading?
Explain the ways to deploy an assembly?
What is attribute c#?
Can we make a class private in c#?
What are extensions methods in c#?
What is hierarchical inheritance in c#?