Computer Science, asked by Muffy9119, 1 year ago

How to know objecrs bytes in inheritance of classe?

Answers

Answered by Anonymous
3

Explanation:

These factors are: Size of all non-static data members. Order of data members. Byte alignment or byte padding. Size of its immediate base class. The existence of virtual function(s) (Dynamic polymorphism using virtual functions). Compiler being used. Mode of inheritance (virtual inheritance

Answered by Anonymous
0

Answer:

These factors are: Size of all non-static data members. Order of data members. Byte alignment or byte padding. Size of its immediate base class. The existence of virtual function(s) (Dynamic polymorphism using virtual functions). Compiler being used. Mode of inheritance (virtual inheritance)

Similar questions