Answer Posted / jack
No we cannot have private destructors and private
constructors.........
| Is This Answer Correct ? | 4 Yes | 23 No |
Post New Answer View All Answers
Please explain class & object in c++?
Tell me an example where stacks are useful?
What programming language should I learn first?
what is the use of void main() in C++ language?
What is a stack c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
How does class accomplish data hiding in c++?
Const char *p , char const *p What is the difference between the above two?
What is the use of this pointer in c++?
Explain function overloading
How do you generate a random number in c++?
How are the features of c++ different from c?
Explain linear search.
Can I learn c++ without c?