Answer Posted / abhishek
its because an empty class makes an entry to symbol table (code segment)
which requires a symoblic mapping of 1 byte
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
When should overload new operator on a global basis or a class basis?
What is the difference between the functions memmove() and memcpy()?
Declare a class vehicle and make it an abstract data type.
How do you show the declaration of a virtual constructor?
What are associate containers?
Is c++ the hardest language?
Is overriding possible in c++?
How do we balance an AVL Tree in C++?
Explain the purpose of the keyword volatile.
How new/delete differs from malloc()/free?
Why would you use pointers in c++?
When do we use copy constructors?
What is the meaning of string in c++?
What is an adjust field format flag?
What is a dynamic binding in c++?