Answer the following statements true (T) or false (F)
1. A constructor call is required for every object that’s created.
2. Constructors cannot be overloaded.
3. Private class members are accessible only from outside the class in which they’re declared.
4. Public class members are accessible wherever the program has a reference to an object of the class.
5. Each class you create becomes a new type that can be used to declare variables and create objects.
1. True.
2. False. Constructors can be overloaded.
3.False. Private class members are accessible only within the class in which they’re declared.
4. True.
5. True.
You might also like to view...
According to design rules of thumb, the body text should be Sans Serif fonts of at least 12 points
Indicate whether the statement is true or false
The only tool you can use to configure audit policy on a Server Core computer is _______________
a. Event.exe b. Corconfig.exe c. Auditpol.exe d. None of the above.