בבקשה עזרה בשאלות כן ולא - דחוף בבק

MEMBA

New member
בבקשה עזרה בשאלות כן ולא - דחוף בבק

True/False. (Write T for True/Write F for False) 1.An address is the physical place in the computer`s memory where an object or function is located. A pointer is a variable that may contain an address. 2.All variables can be addressed in a C++ program. 3. A class can have as many constructors functions as it requires. It can have only one destructor function. 4.The constructor function initializes data members and performs other initialization required for objects of the class. 5.The most common use of class templates is to build generic containers. 6. When deriving a class from a base class with public inheritance, protected members of the base class become public members of the derived class. 7. If a class contains one or more pure virtual functions, it is not an abstract base class. 8. A function call resolved at run time is referred to as static binding. 9. A friend function of a function template must be a template function. 10. If several template classes are generated from a single class template with a single static data member, each of the template classes shares a single copy of the class template`s static data member.
 
למעלה