Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Microsoft .Net Technologies
ASP Programming
ASP Programming Question:
How can you overload a method?
Tweet
Share
WhatsApp
Download PDF
Answer:
Different parameter data types, different number of parameters, different order of parameters.
Download ASP Programming PDF
Read All 194 ASP Programming Questions
Previous Question
Next Question
Whats the difference between an interface and abstract class?
If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?