Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

DIRECTIONS: Read the question carefully and write neat literate solutions in the

ID: 3681340 • Letter: D

Question


DIRECTIONS: Read the question carefully and write neat literate solutions in the space provided. Fill in the blanks Use the world blank to fill in the blanks of the following statemnts Private accesor protected this shallow public static memberwise distructor constant deep class encaspsulation member overloaded ananymons operator constructor mutator overloaded frind access specifier object ostream 1. is an OOP concept that hides that data direct manipulation 2. A class were a constructor to intialize member variables without the use of parameters 3. functions are used to retrieve member variables values while functions are used to store values in member variables 4. The complex creates a(n) and a(n) for every class if they are not provided by the programmer 5. Class are by default 6. A member function declared as is accesible only by the class, derived classes and friends. 7. A class can have several ; however, they cannot be ambigtous

Explanation / Answer

1. Encapsulation

2. Default

3. Mutator, Static

4. constructor, destructor

5. public

6. Friend

7. Overloaded