Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in interface

What's the use of attributes on an interface?

.net attributes interface

Create interface for object or for action / behavior?

Interface for classes that have nothing in common

Interfaces vs. inheritance: which is better in this case?

c# inheritance interface

Prevent destruction of object passed by interface

delphi interface

python, dynamically implement a class onthefly

How does one choose whether to implement an interface or explicitly implement an interface?

Dependency Injection - Is it better to pass a complete class, or the name of a class?

iPhone app converting to iPad? [closed]

How to organise class files in C#

c# class interface namespaces

How do I implement an interface from a different file?

Making multiple interfaces for a Form

c# winforms forms interface

Can a Java interface in another package be refactored from my code?

Java Generics in combination with interface inheritance

Interface for plugins to implement in .Net

c# .net plugins dll interface

How to create an interface out of a class easily?

Make a C# method "implement" a delegate

Thread-safe (Goroutine-safe) cache in Go

Why is List not simply defined as an abstract class rather than being an interface?

java collections interface

Since a class in Java cannot extend multiple classes. How would I be able to get by this? [closed]