Posts by Bruno Pinho • 33 points
1 post
- 
		3 votes1 answer562 viewsQ: Class implementation in the header itselfIn my object orientation studies, I have seen many say that in creating classes it is necessary to create a header, containing class, attributes and methods, and also another file cpp to implement…