1)_____ must be used to initialize constant members of a class.
2)A nonmember function must be declared as a(n) _____ of a class to have access to that class’s private data members.
3)The _____ operator dynamically allocates memory for an object of a specified type and returns a _____ to that type.
4)A constant object must be _____; it cannot be modified after it is created.
5)A(n) _____ data member represents class-wide information.
Study guide c++?
1)
2)friend
3)new ,pointer
4)initialized //i am not sure
5)static
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment