Answer Posted / jaroosh
To sum up : you CANT declare destructor as static, as you
CANT declare constructor as static, both are responsible for
destroying and creating OBJECTS while static storage means
that methods/members do not belong to any objects but to the
whole class.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of ios::basefield in the following statement?
Write about the access privileges in c++ and also mention about its default access level?
What is c++ & why it is used?
What is the difference between an external iterator and an internal iterator?
Is c++ still being used?
How is computer programming useful in real life?
What is the most useful programming language?
Why is "using namespace std;" considered bad practice?
Does c++ have a hash table?
What is decltype c++?
Write a program which employs Recursion
What is stoi in c++?
Explain the properties and principles of oop.
What is a unnitialised pointer?
What are the advantages of prototyping?