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
Can I learn c++ as my first language?
Why is c++ not purely object oriented?
What is auto type c++?
Explain container class.
What does new return if there is insufficient memory to make your new object?
How many types of modularization are there in c++?
Show the application of a dynamic array with the help of an example.
What are the 2 main types of data structures?
What is the use of this pointer in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What are the characteristics of friend functions?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Why do we need function?
How long it will take to learn c++?
Which is best c++ or java?