A variable that is declared protected: (Tin học)
Bạch Tuyết - 07/09 13:09:32
What is a base class? (Tin học)
CenaZero♡ - 07/09 13:09:30
A class member that is to be shared among all objects of a class is called (Tin học)
Trần Bảo Ngọc - 07/09 13:09:28
What do you think is the outcome of calling a redefined non-virtual function using a base-class pointer? (Tin học)
Nguyễn Thu Hiền - 07/09 13:09:25
The ability to reuse objects already defined, perhaps for a different purpose, with modification appropriate to the new purpose, is referred to as (Tin học)
Nguyễn Thị Thảo Vân - 07/09 13:09:22
I want a nonmember function to have access to the private members of a class. The class must declare that function: (Tin học)
Phạm Văn Bắc - 07/09 13:05:21
Which of the following keywords do you think can be used when declaring static members in a class?(i) Public(ii) Private(iii) Protected (Tin học)
Bạch Tuyết - 07/09 13:05:19
The design of classes in a way that hides the details of implementation from the user is known as: (Tin học)
Tô Hương Liên - 07/09 13:05:15
What is the output of the following code? (Tin học)
Tôi yêu Việt Nam - 07/09 13:05:13
What is the output of the following code? (Tin học)
Trần Đan Phương - 07/09 13:05:11
Data items in a class may be public. (Tin học)
Bạch Tuyết - 07/09 12:58:51
When writing function or class template, one use a ___ to specify a generic data type. (Tin học)
Tôi yêu Việt Nam - 07/09 12:58:51
The ___ block contains code that directly or indirectly might cause an exception to be thrown. (Tin học)
Nguyễn Thị Sen - 07/09 12:58:51
The STL Container adapters contains the ___ , ___ and ___ STL containers. (Tin học)
Nguyễn Thu Hiền - 07/09 12:58:50
With private inheritance, public and protected members of the base class become ___ members of the derived class. (Tin học)
Nguyễn Thị Sen - 07/09 12:58:50
Run time polymorphism is ___ than the compile time polymorphism. (Tin học)
Phạm Văn Phú - 07/09 12:58:41
The Standard Template Library(STL) is a library of ___ templates. (Tin học)
CenaZero♡ - 07/09 12:58:40
A file stream is an extension of a ___ stream. (Tin học)
Nguyễn Thu Hiền - 07/09 12:58:39
The two types of polymorphism is : ____ & ____ . (Tin học)
Trần Đan Phương - 07/09 12:58:38
Run time polymorphism is ___ than the compile time polymorphism. (Tin học)
Nguyễn Thanh Thảo - 07/09 12:58:38
A constructor with default arguments for all its parameters is called a ___ constructor. (Tin học)
Tôi yêu Việt Nam - 07/09 12:58:28
Two or more functions may have the same name, as long as their ___ are different. (Tin học)
Tôi yêu Việt Nam - 07/09 12:58:28
The constructor and destructor of a class in C++ are called ___ (Tin học)
Nguyễn Thị Nhài - 07/09 12:58:27
The (assert.h) header is used for ___ . (Tin học)
Nguyễn Thị Thương - 07/09 12:58:25
The new operator throws a ___ when heap is exhausted. (Tin học)
Nguyễn Thị Nhài - 07/09 12:58:24
New operator allocates memory blocks from the ___. (Tin học)
Nguyễn Thị Thảo Vân - 07/09 12:58:22
A program can use the address of any variable in an expression, except variables declared with the ___ storage class. (Tin học)
Phạm Văn Phú - 07/09 12:58:21
Pointers are ___ that contain the addresses of other variables and ____ . (Tin học)
Đặng Bảo Trâm - 07/09 12:58:20
C++ is a ___ programming language with ___ extensions. (Tin học)
Nguyễn Thu Hiền - 07/09 12:58:19
C++ programming language was designed and developed by ___ at ___. (Tin học)
Tôi yêu Việt Nam - 07/09 12:58:19
A ___ is a set of instance or values. (Tin học)
Nguyễn Thu Hiền - 07/09 12:58:17
Operator overloading permits to extend the applicability of existing C++ operators so that they work with new ___ or ___. (Tin học)
Tôi yêu Việt Nam - 07/09 12:58:16
Run-time or dynamic allocation of memory may be done using the C++ operator ___ . (Tin học)
CenaZero♡ - 07/09 12:58:16
A class is called as abstract base class if it has a ___ function (Tin học)
Trần Đan Phương - 07/09 12:58:15
The size of a class with no data members and member functions is ___ bytes (Tin học)
CenaZero♡ - 07/09 12:58:14
A operator ___ is called as de-referencing operator. (Tin học)
Phạm Văn Bắc - 07/09 12:58:13
A pure virtual function is specified by placing ___ at the end of its prototype in the class definition. (Tin học)
Phạm Văn Bắc - 07/09 12:58:13
A “has a” relationship between classes represents ___ and an “is a” relationship between classes represent ___ . (Tin học)
Tôi yêu Việt Nam - 07/09 12:58:12
The three member access specifiers are ___, ___ and ___ . (Tin học)
Phạm Minh Trí - 07/09 12:58:11
Inheritance enables ___ which saves time in development , and encourages using previously proven and high quality software. (Tin học)
Tôi yêu Việt Nam - 07/09 12:58:10