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
Does unity require coding?
What is the difference between array and arraylist c#?
What is the use of iqueryable in c#?
What are data types in C#?
What do you use c# for?
Do loops in c#?
Explain the difference between a namespace and assembly name in .net?
List down the differences between public, static and void keywords?
What is generic collection in c#?
What is static classes?
Is friend a constructor?
What is the purpose of namespace in c#?
What is session and cookies in c#?
explain Garbage collector’s functionality on unmanaged code
What's the difference between an integer and int?