What is size of a empty class?
Answer Posted / mashal
Size of an empty class is 1 byte. It is non zero to ensure that the two different objects will have different addresses.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is boyce codd normal form in c++?
program explaining feautures of c++
Differentiate between C and C++.
Does c++ have arraylist?
what is VOID?
What is isdigit c++?
What is general format for a prototype?
What is the difference between #import and #include in c++?
Explain public, protected, private in c++?
Is swift better than c++?
Is map ordered c++?
What is iomanip c++?
Name the implicit member functions of a class.
Define a nested class. Explain how it can be useful.
Explain function overloading and operator overloading.