All Questions
Tagged with builder-pattern methods
1 question
2
votes
2
answers
9k
views
what is an empty method and how are they used?
What is an empty method and how are they used?
I was reading a documented about the BUILDER Pattern and I got a curious about how it is implemented in C++. The author defines that in C++ could be ...