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


Please Help Members By Posting Answers For Below Questions

How many types of controls are there in asp.net?

526


What is route in web api?

535


Explain the updatepanel?

584


How long the items in ViewState exists?

968


What is application variable?

519






What are the three parts of an http response?

534


When we use cookie less session? Explain its working?

569


What is an imagemap in asp.net?

554


What can you do with asp.net?

517


how to elimainte the similar data from the different tables

1707


What is asynchronous call?

584


Where sessions are stored in asp.net?

540


What are the asp.net 2.0 features?

552


What is _viewstart?

510


How to turn off cookies for a page?

581