What is operator overloading in dotnet



What is operator overloading in dotnet..

Answer / naresh

Operator overloading is the concept of overloading and it is
the extending the functionality of existing operator with
same signature

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

How will you do Redo and Undo in a TextControl?

0 Answers  


Why viewstate is used in asp.net?

0 Answers  


What is the difference between adding reference in solution explorer and adding references by using ?

0 Answers  


What are the properties of the eventargs argument when capturing keyboard events?

0 Answers  


What is CSS? What is the advantage os using CSS in ASP.NET Web Applications?

2 Answers   PCS,






Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


What is the importance of Global.asax in ASP.NET?

0 Answers   B-Ways TecnoSoft,


Explain the Order of events in an asp.net page?

0 Answers  


What is an application domain ?

2 Answers   Microsoft,


Where the viewstate is stored after the page postback?

0 Answers  


Can we throw exception from catch block ?

4 Answers   Accenture, BirlaSoft,


Categories