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
What is prototype in c++ with example?
which operator is used for performing an exponential operation a) > b) ^ c) none
Write a Program to find the largest of 4 no using macros.
How a new operator differs from the operator new?
What is a responder chain?
What is c++ similar to?
Which c++ compiler is best?
What is virtual destructor ans explain its use?
What is stream and its types in c++?
Do class declarations end with a semicolon? Do class method definitions?
Difference between an inspector and a mutator
Incase of a function declaration, what is extern means?
What do you mean by inheritance in c++? Explain its types.
What is the best book for c++ beginners?
What is do..while loops structure?