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 is stream and its types in c++?
Explain virtual destructor?
Explain what are mutator methods in c++?
What is the best c++ compiler?
Is c++ harder than java?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
How would you use the functions sin(), pow(), sqrt()?
What are the sizes and ranges of the basic c++ data types?
Explain the use of this pointer?
Why do we need function?
Should I learn c++ c?
Which software is best for c++ programming?
What is the difference between object-oriented programming and procedural programming?
What is the cout in c++?
What is dynamic and static typing?