InterviewSolution
Saved Bookmarks
| 1. |
Are class functions taken into consideration as part of the object size? |
|
Answer» No, only the class member variables determines the size of the respective class object. |
|