Is it possible to create an object of an empty class type?
Answers
Answered by
47
Answer -
____________________________________
- C++ allows creating an Empty class, yes! We can declare an empty class and its object. The declaration of Empty class and its object are same as normal class and object declaration.
____________________________________
→ Hope it will help you ❣️❣️
Answered by
0
Answer:
refer to the attachment
Attachments:
Similar questions