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 purpose of abstract class in c#?
What does question mark mean in c#?
Can private virtual methods be overridden in c#.net?
how to prevent a class from being inherited in c#.net?
What is the difference between dll and lib?
What exception can an overridden method throw in comparison with the method it is overriding?
What is command object in c#?
What is the adv of using System.Text.StringBuilder over System.String?
Does c# support #define for defining global constants?
What is method overriding in c#
Define sealed classes in c#?
Explain concurrency with aop?
What are destructors in C#?
Explain the 3 types of properties in c# with an example?
Why hashtable is thread safe in c#?