由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Another Bloomberg Phone Interview
相关主题
面经兼求祝福非典型bloomberg Onsite 面经
各位总结一下区别:virtual function and virtual destructor?One C++ question
abstraction vs encapsulationone C++ question?
微软面试题C++ Q36: derivation specification (B8_9)
[合集] bloomberg的电面C++ Q40: virtual destructor (C2)
刚刚电面完bloomberg,提供一些题目,供大家参考C++ Q60 calling virtual function in constructor (JPMorgan)
virtual table存在memory的哪块啊?贡献一道 C++ 题目
Bloomberg网上测试题bloomberg 这个公司如何?
相关话题的讨论汇总
话题: class话题: base话题: virtual话题: function话题: empty
进入JobHunting版参与讨论
1 (共1页)
p*****r
发帖数: 6
1
1) difference between c and c++
2) key components in stl
3) what's functor? comparison of function pointer and functor
4) difference between malloc and new
5) how is free(void*) implemented?
6) which methods would be in an empty class?
7) size of an empty class, how about adding one virtual function in empty
class?
8) how is virtual function implemented?
9)
class Base{
virtual g();
};
class Derived{
virtual g();
};
Base* p = new Derived();
p->g(), which g function would be called.
10)
class Base
1 (共1页)
进入JobHunting版参与讨论
相关主题
bloomberg 这个公司如何?[合集] bloomberg的电面
【请教】非CS专业,bloomberg fsd onsite会面什么东西呢刚刚电面完bloomberg,提供一些题目,供大家参考
C++ online Test 一题virtual table存在memory的哪块啊?
C++ virtrual destructorBloomberg网上测试题
面经兼求祝福非典型bloomberg Onsite 面经
各位总结一下区别:virtual function and virtual destructor?One C++ question
abstraction vs encapsulationone C++ question?
微软面试题C++ Q36: derivation specification (B8_9)
相关话题的讨论汇总
话题: class话题: base话题: virtual话题: function话题: empty