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 increment operator in c++?
Explain about templates of C++.
What is constructor and destructor in c++?
Specify different types of decision control statements?
What flag means?
What is the benefit of learning c++?
Where and why do I have to put the "template" and "typename" keywords?
What is the array and initializing arrays in c++?
Explain the difference between abstract class and interface in c++?
Explain polymorphism?
What is the use of seekg in c++?
What is the difference between map and hashmap in c++?
How do I write a c++ program?
Is c++ still in demand?
Can you write a function similar to printf()?