Member functions of a class are normally made ___ and data members of a class are normally made ___ . (Tin học)
Nguyễn Thị Sen - 07/09 12:58:09
The default access for members of a class is ___ . (Tin học)
Phạm Văn Bắc - 07/09 12:58:07
A ____ is a special member function used to initialize the data members of a class. (Tin học)
Tôi yêu Việt Nam - 07/09 12:58:06
What is output? (Tin học)
Tô Hương Liên - 07/09 12:58:05
What is output? (Tin học)
Trần Đan Phương - 07/09 12:58:03
What is output? (Tin học)
CenaZero♡ - 07/09 12:58:00
What is output? (Tin học)
Nguyễn Thu Hiền - 07/09 12:57:59
What is output? (Tin học)
Trần Bảo Ngọc - 07/09 12:57:58
What is output? (Tin học)
Phạm Văn Bắc - 07/09 12:57:58
What is output? (Tin học)
Tôi yêu Việt Nam - 07/09 12:57:57
What is output? (Tin học)
Phạm Văn Phú - 07/09 12:56:37
What is output? (Tin học)
Tô Hương Liên - 07/09 12:56:32
Which of the following operators can be applied on structure variables? (Tin học)
Nguyễn Thanh Thảo - 07/09 12:56:29
What is output? (Tin học)
Tôi yêu Việt Nam - 07/09 12:56:28
What is output? (Tin học)
Nguyễn Thu Hiền - 07/09 12:56:26
What is output? (Tin học)
CenaZero♡ - 07/09 12:56:22
What is output? (Tin học)
Đặng Bảo Trâm - 07/09 12:56:19
What is output? (Tin học)
Nguyễn Thu Hiền - 07/09 12:56:17
What is output? Giả sử dùng VC++ 2008 trên hệ điều hành 32 bit (Tin học)
Nguyễn Thị Sen - 07/09 12:56:17
What is output? (Tin học)
Nguyễn Thị Thương - 07/09 12:56:16
What is the output of the following code? (Tin học)
Nguyễn Thị Thương - 07/09 12:56:05
‘ios’ stream is derived from iostream. (Tin học)
Nguyễn Thu Hiền - 07/09 12:56:04
When declaring an iterator from the STL, the compiler automatically creates the right kind, depending upon the container it is used with. (Tin học)
Nguyễn Thu Hiền - 07/09 12:56:04
A class template may not be used as a base class (Tin học)
Trần Bảo Ngọc - 07/09 12:56:04
It is possible to overload a function template and an ordinary (nontemplate) function. (Tin học)
Tôi yêu Việt Nam - 07/09 12:56:02
In the function template definition it is not necessary to use each type parameter declared in the template prefix. (Tin học)
Tô Hương Liên - 07/09 12:56:01
A class object passed to a function template must overload any operators used on the class object by the template. (Tin học)
Đặng Bảo Trâm - 07/09 12:56:00
When an exception if throw, but not caught, the program ignores the error. (Tin học)
Nguyễn Thanh Thảo - 07/09 12:56:00
There can be only one catch block in a program. (Tin học)
Phạm Văn Bắc - 07/09 12:55:59
In C++, only one catch block can handle all the exceptions. (Tin học)
CenaZero♡ - 07/09 12:55:58
Once an exception has been thrown, it is not possible for the program to jump back to the throw point. (Tin học)
Phạm Văn Bắc - 07/09 12:55:58
A class that builds a linked list should destroy the list in the class destructor. (Tin học)
CenaZero♡ - 07/09 12:55:57
One cannot create an object of a virtual class. (Tin học)
Trần Đan Phương - 07/09 12:55:57
One cannot use enumerations in a class. (Tin học)
Nguyễn Thu Hiền - 07/09 12:55:56
Static member functions can use this pointer. (Tin học)
Nguyễn Thị Nhài - 07/09 12:55:56
Static data members cannot be private. (Tin học)
Tôi yêu Việt Nam - 07/09 12:55:55
Destructors can be overloaded. (Tin học)
Nguyễn Thị Thảo Vân - 07/09 12:55:54
A function template defines a parameterized nonmember function, which enables a program to call the same function with different types of arguments. (Tin học)
Nguyễn Thị Thương - 07/09 12:55:53
A class is a basic unit of object-oriented programming. (Tin học)
Nguyễn Thanh Thảo - 07/09 12:55:53
The preprocessor processes source code before the compiler does. (Tin học)
Phạm Minh Trí - 07/09 12:55:52