When we code derived class in separate files,which of the following steps do we
ID: 3529192 • Letter: W
Question
When we code derived class in separate files,which of the following steps do we take? a. Include the base class specifivation and implementation file in both the derived class specification file and its implementation files. b. Include the base class specification in the derived class specification file, and include the base class implementation file in the derived class implementation file. c. Include the base class specification file in the derived class specification file. d. Include the base class implementation file in the derived class implementation file.Explanation / Answer
b. Include the base class specification in the derived class specification file, and include the base class implementation file in the derived class implementation file