Class header files that you create and add to your project inside the project fo
ID: 3650370 • Letter: C
Question
Class header files that you create and add to your project inside the project folder are designated by what indicators in the #include statement? {Points : 6) ( ) " " ' ' If an object of a ClassA is declared as a data member of ClassB, how may objects of ClassB access the private data members of ClassA? ClassA must have accessor functions that are declared public. ClassA must not have private data members. The ClassB object may access them just like its own private data members. ClassA must be declared as a base class of ClassB.Explanation / Answer
b c