Answer the following statements true (T) or false (F)
1. More than one destructor function may be defined for a class.
2. You can use the technique known as a member intialization list to initialize members of a class.
3. In-place member initialization no longer is available in C++11.
4. In object-oriented programming, the object encapsulates both the data and the functions that operate on the data.
5. You must declare all data members of a class before you declare member functions.
1. F
2. T
3. F
4. T
5. F
Computer Science & Information Technology
You might also like to view...
All Office applications use the same application Start screen
Indicate whether the statement is true or false
Computer Science & Information Technology
Which VTP (v1 and v2 ) modes support the use of the extended range of VLANs?
A) Transparent B) Server C) Client D) Off
Computer Science & Information Technology