How to avoid a class from instantiation?
Answer Posted / sanish joseph
Make an abstract class.abstract class cant b intialized.
I think so....
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do we use iterators?
Is std :: string immutable?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What are libraries in c++?
How can I learn c++ easily?
Incase of a function declaration, what is extern means?
Explain the use of vtable.
How is c++ used in the real world?
If I is an integer variable, which is faster ++i or i++?
Does c++ have finally?
What are static variables?
Is dev c++ free?
When to use “const” reference arguments in a function?
How does com provide language transparency?
What programming language should I learn first?