Answer Posted / anthony michael
Sourisengupta
Static Class is not possible in C++. But it can be done in
Managed C++
Static Class:
For Static Class we can't create Instances and It can only
hold Static member's.
Creating a static class is therefore much the same as
creating a class that contains only static members and a
private constructor. A private constructor prevents the
class from being instantiated.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How long will it take to learn programming?
What are the sizes and ranges of the basic c++ data types?
What is a pdb file?
How the virtual functions maintain the call up?
What problems might the following macro bring to the application?
Which operator cannot be overloaded c++?
Explain the register storage classes in c++.
What are special characters c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Is python better than c++?
What is while loops?
What is the default access level?
Explain binary search.
Write a program using display() function which takes two arguments.
How do we balance an AVL Tree in C++?