Questions about interface related design considerations, such as programming to the interface.
0
votes
0answers
31 views
Interfaces, Adapters, exposing business objects via WCF design
I know there have been countless discussions about this but I think this question is slightly different and may perhaps prompt a heated discussion (lets keep it friendly).
The scene:
I am developing ...
0
votes
0answers
98 views
Where are the Interface information stored?
I would like to know whether the information in an interface such as the variables which are final and the methods which are abstract and static would all live in method area ???
And what would be ...