InterviewSolution
Saved Bookmarks
| 1. |
Can we create and empty class? If so what would be the size of such object. |
|
Answer» We can create an empty class and the object size will be 1. |
|