我的第二次面试试题_求职面试_非技术区_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 非技术区 > 求职面试 > 我的第二次面试试题

我的第二次面试试题

 2010/12/6 9:43:01  361010911  http://hjh5885900.javaeye.com  我要评论(0)
  • 摘要:1.Whatisencapsulation(封装)?2.Whatisinheritance(继承)?3.WhatisPolymorphism(多态)?4.Whatisconstructor(构造函数)?5.Whatisdestructor(析构函数)?6.Whatisdiffbetweenmalloc()/free()andnew/delete?7.Differencebetweenpassingbyreferenceandbyvalue?8
  • 标签:面试 第二次

1.What is encapsulation(封装)?


2. What is inheritance(继承)?


3.What is Polymorphism(多态)?


4.What is constructor(构造函数)?


5.What is destructor(析构函数)?


6.What is diff between malloc()/free() and new/delete?


7.Difference between passing by reference and by value?


8.What are the differences between a C++ struct and C++ class?


9.When do use "const" reference agruments(参数) in function?


10.What is virtual funtion?


11.What is overloading?


12.What happens when you make call "delete this;"?


13.What is a local class? Why can it be useful?Write a short example code to illustrace.

发表评论
用户名: 匿名