+ 1
Should we define all the methods in source files which are declared in headers.?
is it necessary to define all methods in source files, which are declared in header files. Even if they have empty definition like an empty constructor for example?
1 ответ
- 1
is depend of what you want , cause u can indefind method like in the consept of interface