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
Does unity require coding?
What is console programming language?
Why main is static in c#?
Describe a Struct ?
What are static and dynamic variables?
Is an interface a type c#?
What are the concepts of dispose method?
How is the syntax written to inherit from a class in C#?Give an example ?
How do I edit a dll file?
Why is hashset faster?
What is jagged array?
Why do we need static in c#?
Explain the difference between arraylist and array and in c#?
What does convert toint32 mean?
How to update the gui from another thread in c#?