Answer Posted / sunil
declaring destructor and constructor as static is a syntax error
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Should a constructor be public or private?
Difference between pass by value and pass by reference?
Differentiate between the manipulator and setf( ) function?
What are c++ storage classes?
What is anonymous object in c++?
What do you mean by function overriding & function overloading in c++?
What is low level language in simple words?
Write a function that swaps the values of two integers, using int* as the argument type?
What's the "software peter principleā?
How do you clear a map in c++?
What are advantages of using friend classes?
Are there any special rules about inlining?
Is map ordered c++?
Is std :: string immutable?
Difference between overloaded functions and overridden functions