What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 18747 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > Exclusive Interview Questions > Exclusive C# Interview Questions
  • A joint initiative from DotNetFunda.Com and Questpond.
  • A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
  • You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.

Get Questpond's 500+ .NET Interview preparation videos on discounted price.



Page copy protected against web site content infringement by Copyscape
To increment or decrement the For loop

Yes, We can have Default Constructor, Parameterised and Copy Contructor in every class.

Copy Constructor is used to create a new object by duplicating the state of an existing object and this is done by copying the value of data members of existing object in new object data members.

It is DOS command to view and alter code access security policy.

No, destructor should not have any access specifier.

No. Instance methods can access static members but static members cannot access instance members.

Garbage Collector runs as a seperate thread in the .NET runtime and not in the application we create. Even if the application crashes GC will collect all the memory occupied by our program as there is no reference to those objects. To check if it is collected or not we can try some CLR monitoring tools like CLR Profiler

It can be inherited by the classes in the same namespace.

Binding of data & behavior that means functionality of an object within a controlled & secured environment is encapsulation.

Destructor of a class is used to destroy COM objects which are created by it in unmanaged heap.

when all the references to the object are lost.

Pointer is an address but Reference is not.

NOTE: This is objective type question, Please click question title for correct answer.

NOTE: This is objective type question, Please click question title for correct answer.

Constructors are Methods--all calls " New" in VB.NET, they initialize objects during instantiation

If these Interview Questions helped, link it from your blog/website or share using below social networking websites icon. Page copy protected against web site content infringement by Copyscape

Navigate to Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | ... | 30 |

 More C# Interview Questions and Answers here


Found interesting? Add this to:


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/24/2013 2:24:03 AM