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
Can we inherit two classes in c#?
What is the difference between double and decimal in c#?
Why we use get and set property in c#?
Write a syntax for writing a event delegate.
What is deferred execution in c#?
Can we change static variable value in c#?
List down the access modifiers available in c#?
What is serialization in unity?
What is the difference between an implicit conversion and an explicit conversion?
What is callback method in c#?
What are the types of comments in c#?
What does == mean in c sharp?
What is the lock statement in c#?
What do constructors do in c#?
Can class be protected in c#?