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 meant by entry controlled loop? What all C++ loops are exit controlled?
What is the output of the following program? Why?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is the use of c++ programming language in real life?
What is the difference between strcpy() and strncpy()?
Does a derived class inherit or doesn't inherit?
What is an arraylist c++?
What does ctime() do?
Can we inherit constructor in c++?
What do you mean by funtion prototype?
Is there a c++ certification?
What are pointer-to-members in C++? Give their syntax.
What is the use of object in c++?