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 command object in c#?
Which config file has all the supported channels/protocol?
Can a class have more than 1 destructor?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Where’s global assembly cache located on the system?
What exactly happens when we debug and build the program?
Define the term immutable ?
Explain the role of the datareader class in ado.net connections?
How do I declare a pure virtual function in c#?
What is the xml document structure?
What is the difference between ref & out parameters in c#?
Explain About disco and uddi
Explain the various types of classes used in c#?
What are jump statements in c#?
What is iqueryable?