why destructor is not over loaded?

Answer Posted / gyana

In c# we cannot over load the desructor as because
destructor is presented by defaultly in c# and we cannot
create any object of it.we cannot also define a new
desructor.It cannot be explicitly used.for this reason we
cannot invoke the desructor and it cannot be overloaded..

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oops and why we use oops?

569


how to get the oracle certification? send me the answer

1655


What does I oop mean?

608


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2565


What is encapsulation in oops?

529






What is multilevel inheritance?

715


write string class as your own class in java without using any built-in function

1965


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

2746


Why is abstraction used?

597


Can you inherit a private class?

628


What is polymorphism explain its types?

671


write a program to find 2^n+1 ?

1540


What is meant by oops concept?

600


What does and I oop and sksksk mean?

642


What do you mean by variable?

566