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

Is ram a heap?

0 Answers  


What is the difference between constant and readonly in c#?

0 Answers  


difference between keyword internal and protected?

5 Answers   HCL,


What is regex c#?

0 Answers  


Explain the types of comments in c#?

0 Answers  


Can an interface extend a class c#?

0 Answers  


Will finally block get executed if the exception had not occurred?

2 Answers  


What is boxing? Explain its functionality?

0 Answers   Siebel,


Write a program to find the angle between the hours and minutes in a clock

0 Answers  


If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


Which namespaces are necessary to create a localized application?

0 Answers   MindCracker,


What is difference between an Structure and Class?

0 Answers  


Categories