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 are references in c++? What is a local reference?
List the issue that the auto_ptr object handles?
Is rust better than c++?
How does a C++ structure differ from a C++ class?
Define a nested class.
How can you create a virtual copy constructor?
What is function overloading in C++?
When is dynamic checking necessary?
What is a static member?
How long does it take to get good at leetcode?
Name the operators that cannot be overloaded in C++?
Define Virtual function in C++.
What is a forward referencing and when should it be used?
What are arrays c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?