Difference between Constructors and static constructors?
Answer Posted / nayer plame
In C++ the difference is: static constructor do not exist in
C++ and constructors do exist
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Does c++ support exception handling?
What are function prototypes?
What's the order in which the local objects are destructed?
Explain how an exception handler is defined and invoked in a Program.
Explain storage qualifiers in c++.
When is dynamic checking necessary?
Are c and c++ different?
Does c++ have foreach?
What are the advantages of using typedef in a program?
What is searching?
Which sort does c++ use?
What are the types of array in c++?
What is anonymous object in c++?
When do we run a shell in the unix system?
When there is a global variable and local variable with the same name, how will you access the global variable?