- #美国面经
- #面试经验
IPSoft Phone Interview

395710
1.
/**
* Given a list of objects, returns the last object in the list that is an instance of type Bar.
* @param stuff the list of objects
* @return an object of type Bar
本帖隐藏的内容需要积分高于 188 才可浏览,点击前往一亩三分地论坛阅读。
g> list = new LinkedList<>();
list.add("");//add a bunch of items
list.get(n);//where n is the numeric index
5.
OOD-design ZOO (briefly introduce)
6.
Abstract and Interface; Override and Overload, Polymorphism and Inheritance, Composite Pattern and Business Delegate Pattern
/**
* Given a list of objects, returns the last object in the list that is an instance of type Bar.
* @param stuff the list of objects
* @return an object of type Bar
本帖隐藏的内容需要积分高于 188 才可浏览,点击前往一亩三分地论坛阅读。
g> list = new LinkedList<>();
list.add("");//add a bunch of items
list.get(n);//where n is the numeric index
5.
OOD-design ZOO (briefly introduce)
6.
Abstract and Interface; Override and Overload, Polymorphism and Inheritance, Composite Pattern and Business Delegate Pattern
10条回复
热度排序