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 exe file in c#?
Can a class have multiple constructors c#?
What is xaml in c#?
What is default access modifier for class in c#?
Do we get an error while executing the “finally” block in c#?
What is an argument in c#?
What is the benefit of interface in c#?
What is application c#?
Can you declare a field readonly?
What is the usage of transponders?
Is enum a value type c#?
What is system predicate?
Can we use "this" command within a static method?
Write a short note on interface?
Are c# constructors the same as c++ constructors?