ÉèΪÊ×Ò³ ¼ÓÈëÊÕ²Ø

TOP

Ò»´Îʧ°ÜµÄ±ÊÊÔ:java++c++
2014-11-24 01:23:07 ¡¾´ó ÖРС¡¿ ä¯ÀÀ:9782´Î
Tags£ºÒ»´Î ʧ°Ü ±ÊÊÔ :java

½ñÌìÒ»´óÔç¾ÍÈ¥Ò»¸ö¹«Ë¾±ÊÊÔ£¬ºÜËæÒâµØҲûÓÐʲô̫¶àµÄ×¼±¸£¬Ò»Ö§±ÊºÍÒ»ÕżòÀú£¨½ñÔçÏÂ×Å´óÓêÏÖ´òµÄ£©¡£
µ½¹«Ë¾Ê±£¬ÂúÍ·¾¡´øÓêË®Ö飬Á¬¼òÀú¶¼´òʪÁËÒ»°ë£¬ÄÑÒÔÏëÏó´ý»áµÄ½á¾Ö¡­¡­
ÇÃÃÅ£¬½Ó´ý£¬Ò»¼ä·¿×Ó×ø¼¸·ÖÖÓ£¬Ë¼Î¬»ìãçÖС­¡­
Q£º
What would you say if a guy walked in for an interview without a shirt on¡­¡­¡­


and I hired him What would you say
Èç¹ûÓиöÈËÁ¬³ÄÉÀ¶¼Ã»´©¾ÍÅÜÀ´²Î¼ÓÃæÊÔ£¬Äã»áÔõôÏë¡­


Èç¹ûÎÒ×îºó»¹¹ÍÁËÕâ¸öÈË£¬Äã»áÔõôÏ룿
A£º
He must¡¯ve had on some really nice pants.


ÄÇËû´©µÄ¿ã×ÓÒ»¶¨Ê®·Ö¿¼¾¿



È»ºó¾ÓÈ»ÊÇÖ±½ÓÀ´±ÊÊÔ£¬ËÄÎåÒ³£¬È«Ó¢ÎÄ¡£
ƽʱ¾Í»á¸öC£¬Ô­À´×öµÄÊÇC++»¹ÓÐJAVA£¬Ì«¸´ÔÓÁË£¬
»¹ºÃûʵÄʱºòÅÜÂí¹Ø»¨µØɨÁËÏÂÕâЩ¶«Î÷¡£
»¹ºÃ²»ÊÇÒ»¸öÈËÈ¥±ÊÊÔ£¬ÅÔ±ßÓÐÒ»¸çÃÇòËƼ¼Êõ²»´í£¬¸´ÖÆÁ˵㡣
¼ÇÒ䲻̫ºÃ£¬»ØÒäÒ»µãÕä²Ø¡£


Please write a singleton class
¡­¡­¡­¡­¡­¡­¡­¡­
what¡¯s the different between heap and stack
¡­¡­¡­¡­¡­¡­¡­¡­
Whatis assignment operator
Defaultassignment operator handles assigning one object to another of the same class.Member to member copy (shallow copy)
Whatis inline function
The__inline keyword tells the compiler to substitute the code within the functiondefinition for every instance of a function call. However, substitution occursonly at the compiler¡¯s discretion. For example, the compiler does not inline afunction if its address is taken or if it is too large to inline.
Whatis Virtual Destructor
Usingvirtual destructors, you can destroy objects without knowing their type ¨C thecorrect destructor for the object is invoked using the virtual functionmechanism. Note that destructors can also be declared as pure virtual functionsfor abstract classes.
ifsomeone will derive from your class, and if someone will say ¡°newDerived¡±, where ¡°Derived¡± is derived from your class, and ifsomeone will say delete p, where the actual object¡¯s type is¡±Derived¡± but the pointer p¡¯s type is your class.
Whatis multiple inheritance(virtual inheritance) What are its advantages anddisadvantages
MultipleInheritance is the process whereby a child can be derived from more than oneparent class. The advantage of multiple inheritance is that it allows a classto inherit the functionality of more than one base class thus allowing formodeling of complex relationships. The disadvantage of multiple inheritance isthat it can lead to a lot of confusion(ambiguity) when two base classesimplement a method with the same name.
Whatare the access privileges in C++ What is the default access level
Theaccess privileges in C++ are private, public and protected. The default accesslevel assigned to members of a class is private. Private members of a class areaccessible only within the class and by friends of the class. Protected membersare accessible by the class itself and it¡¯s sub-classes. Public members of a classcan be accessed by anyone.
Whatis a local class Why can it be useful
¡­¡­¡­¡­¡­¡­


¡¾´ó ÖРС¡¿¡¾´òÓ¡¡¿ ¡¾·±Ìå¡¿¡¾Í¶¸å¡¿¡¾Êղء¿ ¡¾ÍƼö¡¿¡¾¾Ù±¨¡¿¡¾ÆÀÂÛ¡¿ ¡¾¹Ø±Õ¡¿ ¡¾·µ»Ø¶¥²¿¡¿
ÉÏһƪ£ºC++±ÊÊÔ±Ê¼Ç ÏÂһƪ£ºÒéij¹«Ë¾Ò»±ÊÊÔÌâ

×îÐÂÎÄÕÂ

ÈÈÃÅÎÄÕÂ

Hot ÎÄÕÂ

Python

C ÓïÑÔ

C++»ù´¡

´óÊý¾Ý»ù´¡

linux±à³Ì»ù´¡

C/C++ÃæÊÔÌâÄ¿