Given two C++ classes below, which class instance will have a larger memory size?
class A{
   int i;
  int foo(int a);
};

Class B{
   int i;
   virtual int boom(int b);
};

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести