Define anonymous class.
Answer / Santosh Kumar Tripathi
Anonymous classes in C++ are classes that do not have a name. They can only be defined within the scope of another class or a function. Anonymous classes can be useful when you want to create a class solely for the purpose of using it as a base class, a nested class, or an argument type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the volatile and mutable keywords.
What is an action class?
What is format for defining a structure?
What is the use of map in c++?
Is set c++?
What is the difference between a definition and a declaration?
What is token c++?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Is map ordered c++?
What are manipulators used for?
What is flush programming?
Define namespace in c++?