An everyday activity for an embedded software developer is designing an interface for the software component they are working on. An interface describes the interactions that can be performed with the ...
I need to create an interface that specifies that the constructor for any implementing class has to take specific arguments. Is this possible? After a bit of googling, it appears that it's not, but I ...