How much memory is allocated for objects of a class?
Depending upon data members only
Depending upon constructors, destructors, data members, member functions only.
Depending upon data members and non static member functions only.
Depending upon data members and non static member functions, constructors and destructors only.
None of these