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
What does n mean in c++?
What is meant by forward referencing and when should it be used?
What is c++ similar to?
Is overriding possible in c++?
What is name hiding in c++?
What is the best way to take screenshots of a window with c++ in windows?
How can I disable the "echo" feature?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What do the header files usually contains?
Are there any special rules about inlining?
Differentiate between declaration and definition.
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is protected inheritance?
Is multimap sorted c++?