Answer Posted / nishikant sahu
of course no such concept lie within C++ ,but we can achieve
this effect. Abstract Factory method show this type of effect.
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Differentiate between C and C++.
What is the use of dot in c++?
Explain function overloading
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is c++ and its uses?
What does the ios::ate argument do?
When do we run a shell in the unix system?
Can a program run without main?
Differentiate between structure and class in c++.
What is constructor in C++?
What is the best c++ compiler for windows 10?
What is the difference between while and do while loop?
Is there any difference between int [] a and int a [] in c++?
What is c++ hash?