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 csrf attack in asp.net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is the use of placeholder control? Can we see it at runtime?
What is master page in dtp?
What are the parts of an http response?
What is a web server? What are the load limits in it?
what is command line compiler.what are the steps and how it is related to debugging.
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What are the new features implemented in ASP.NET?
What is the mvc framework?
Where code pages are used?
Who creates jsessionid?
What are the Types of chaching. How to implement caching
Who can consume WebAPI?
What are sessions and cookies?