why constructor cannt be declar virtually?
why destructor cannt be overloaded?
Answers were Sorted based on User's Feedback
Answer / subhashish sen
Constructor can't be virtual,becoz constructor is an entity
which initializes V-table(V-table contains addrress of all
the virtual functions of class).So if we declare constructor
as virtual the who will intialize V-table for this constructor.
Destructor can not be overloaded simply becoz we cant
provide argument to a destructor and also its going to
release the memory when an object goes out of scope.
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / saurabh
destructors ae not overloaded as its mere function is to
release memory ,and the objects which are going to die
soon...and u r looking for other ways to kill those objects.
| Is This Answer Correct ? | 1 Yes | 8 No |
write string class as your own class in java without using any built-in function
Which keyword is written to use a variable declared in one class in the other class?
What is the default size allocated for array in the statement if size not specified " int a[] "
officer say me - i am offered to a smoking , then what can you say
all about pointers
What are the important components of cohesion?
what is the new version of oops
Child cObj = new Parent() Wahts the output ?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
Templates mean
What is oop in simple words?
Describe these concepts: Polymorphism, Inheritance and Abstraction.