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
C# (Sharp) Programming Language
C# (Sharp) Programming Language Question:
What is a C# delegate?
Tweet
Share
WhatsApp
Download PDF
Answer:
A delegate object encapsulates a reference to a method.
Download C# (Sharp) Programming Language PDF
Read All 163 C# (Sharp) Programming Language Questions
Previous Question
Next Question
If a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is a multicast C# delegate?