1) how to delete duplicate records from table in sql server
2005
2) what is run time polymorphism
Answer Posted / shailesh
2>Polymorphism is done by two way Overloading and
overriding.Overriding is called the runtime Polymorphism.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What can I create with c#?
Why is it not a good idea to use empty destructors?
Is a games console a computer?
Why do we use static methods in c#?
Define strong name in c#?
Can derived classes have greater accessibility than their base types?
What is wpf c#?
What is the difference between dll and lib?
Is string a data type in c#?
What is the difference between as and is operators in c#?
How is method overriding different from overloading?
Why do we use abstraction in c#?
What is the ouput of the following program?
can multiple catch blocks be executed for a single try statement?
Which class does the remote object has to inherit?