Where CANNOT Destructors be implemented ?
Answers were Sorted based on User's Feedback
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 |
Is ram a heap?
What is the difference between constant and readonly in c#?
difference between keyword internal and protected?
What is regex c#?
Explain the types of comments in c#?
Can an interface extend a class c#?
Will finally block get executed if the exception had not occurred?
What is boxing? Explain its functionality?
Write a program to find the angle between the hours and minutes in a clock
If we inherit a class do the private variables also get inherited ?
Which namespaces are necessary to create a localized application?
What is difference between an Structure and Class?