1
vote
2answers
100 views
What is difference between published and public methods / attributes?
According to Martin Fowler "Something can be public but that does not mean you have published it." Does this mean something like this:
public interface IRollsRoyceEngine
{
void …
1
vote
3answers
398 views
Can anybody explain the concept of pluggable adapter to me with good example?
Can anybody explain the concept of pluggable adapter to me with good example?
…
