Where CANNOT Destructors be implemented ?

Answers were Sorted based on User's Feedback



Where CANNOT Destructors be implemented ?..

Answer / siva

In Structure we cant give the Destructor Method.

Is This Answer Correct ?    18 Yes 2 No

Where CANNOT Destructors be implemented ?..

Answer / pragnyan pattnayak

In Structures we canot implement the Destructors and also
we canot give parameterless constructors.

Is This Answer Correct ?    8 Yes 1 No

Where CANNOT Destructors be implemented ?..

Answer / anand

Structures doesnt have descrutors..

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

what is the real use of interface in c#,other than that multiple inheritance is not possible

7 Answers  


Is list passed by reference c#?

0 Answers  


What is the example of predicate?

0 Answers  


Are enums static c#?

0 Answers  


Explain how can you clean up objects holding resources from within the code?

0 Answers  






Write the sample code for threading in c# .net..

4 Answers   Logica CMG,


What is predicate c#?

0 Answers  


How many constructor can a class have?

0 Answers  


What is the use of multicast delegate while methods of multicast delegate do not execute in a order?

2 Answers  


6. If we assign a value in textbox on Page_UnLoad event, will it display?

2 Answers   Mphasis,


When was .net linq added?

0 Answers  


What are the Configuration files in .net?

0 Answers  


Categories