Question: 1)What is the default security/access designation/descriptor for a C++ class private secure protected public 2) Items in the __________ area of a class are accessible
1)What is the default security/access designation/descriptor for a C++ class
| private | ||
| secure | ||
| protected | ||
| public |
2) Items in the __________ area of a class are accessible to all entities that can "see" the object(s) of that class type
| protected | ||||||||||||||
| open | ||||||||||||||
| private | ||||||||||||||
| public 3) The primary difference between classes and structures is that classes can have functions in them while structures cannot True False 4) how many structures or entities are typically needed if using a transaction model for a problem solution?
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
