Computer Science, asked by nogentaorem, 5 months ago

Name the header file for clrses()?​

Answers

Answered by Anonymous
2

Explanation:

Traditionally, the class definition is put in a header file of the same name as the class, and the member functions defined outside of the class are put in a . cpp file of the same name as the class. Now any other header or code file that wants to use the Date class can simply #include "Date. h" .

Similar questions