EDIT: Solved, see below Hi, In Java, I got an object that could be of any class. BUT - that object will always have to implement an interface, so when I call methods defined by the interface, that o
The opposite of this question: How do I add a type to GWT's Serialization Policy whitelist? GWT is adding undesired types to the serialization policy and bloating my JS. How do I trim my GWT whit
I\'m about to start translating my vb.net application, and I don\'t want to use the default methods provided by Visual Studio to do so. I need my application to be very light, and it nearly doubles it
Each item has an interface, IItem. As well as this, there is a interface known as IDrawableItem which inherits from Item.
Update 2011-Jan-06: Believe it or not, I went ahead and incorporated this interface into an open source library I\'ve started, Tao.NET. I wrote a blog post explaining this library\'s IArray<T>
I am creating a BREW app that requests the user\'s position. If the phone cannot acquire the position, I would like to display an error.
if you have an IBOutlet on an ivar like IBOutlet UIView *view; @property (nonatomic, retain) UIView *view;
What\'s point of declaring an interface as abstract? Same thing for an interface method. Is there a point to it?
I\'m using pseudo-interfaces in C++, that is, pure abstract classes. Suppose I have three interfaces, IFoo, IBar and IQuux. I also have a class Fred that implements all three of them: