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 difference between asp.net and asp?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is a uri query?
Why is an object pool required?
What are validator? How do you disable them?
What is distributed system in asp.net?
What is the function of new view engine in asp.net? : asp.net mvc
Explain significance of routing? : asp.net mvc
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What are the advantages and disadvantages of Using Cookies?
What is difference between session and cookies?
What is viewstate? What does the “enableviewstate” property do?
How do you use viewstate?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What are session and cookies?