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 is the difference between union and structure?
how to transfer the file from client to server using asp.net
Define a multilingual website?
how to write html code with ssl
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Define cookie.
Explain server side state management system.
How can we inherit a static member?
What are the versions of garbage collection?
What is hidden field in asp.net?
What is the difference between Classic ASP and ASP.Net?
How do we implement bundling in MVC?
Can I tap into other windows livetm services?
What are the three parts of an http response?
Give an example of what might be best suited to place in the application_start and session_start subroutines?