Top "Default-implementation" questions

Can an interface method have a body?

I know that an interface is like a 100% pure abstract class. So, it can't have method implementation in it. But, …

java interface java-8 default-implementation
How do I provide a default implementation for an Objective-C protocol?

I'd like to specify an Objective-C protocol with an optional routine. When the routine is not implemented by a class …

objective-c protocols standards-compliance default-implementation overhead-minimization
Can you extend the default JsonConverter used in JSON.NET for collections?

I'm trying to write a custom JsonConverter for cases where a person subclasses a list or collection, but then adds …

c# json.net base-class default-implementation