How does VB.NET/C# achieve polymorphism?
Answer Posted / anand gopal makwa munger
1.Function overloading.
2.Operator overloading.
You can achieve by checking the Dependency Like Below.
1.Function overloading Doesn't depends on Return type it must be same.
2.Name must be same.
3.It depends on Number of parameter. Parameter must be different.
4.it depends on different datatype of parameter.
5.It depends on order of parameter.
6.it does't depends on parameter name.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does asp.net stand for?
Explain the purpose of storyboard.targetproperty.
Name the two properties are on every validation control?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is clr? Difference between clr & cts?
What is the behavior of a Web browser when it receives an invalid element?
Describe session handling in a webfarm, how does it work and what are the limits?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
WSDL means?
How do you design a website with multilingual support in ASP.NET ?
How can we create custom controls in asp net?
How do you deploy your asp.net application?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is webresource axd?
Which protocol is used to call a web service?