Tag: interface


Found 78 results for 'interface'.


1) oop - What is the difference between an interface and abstract class?
2) linux - What does "if1@if2" mean in interface name in output of "ip address" command on Ubuntu
3) oop - Interface vs Abstract Class (general OO)
4) c# - What if you had an Abstract class with only abstract methods? How would that be different from an interface?
5) java - Use of Java [Interfaces / Abstract classes]
6) java - interfaces and their use
7) actionscript-3 - How do you decide between using an Abstract Class and an Interface?
8) interface - Cacti CDEF function to plot several interfaces on one traffic graph
9) interface - Mathematica and GAP: Is there an interface?
10) postgresql - pgAdmin 4: How to establish a connection through an SSH tunnel/interface in Windows
11) php - What is the purpose of abstract classes?
12) domain-name-system - Setting a static DNS nameserver (Debian Squeeze)
13) linux - Is there a way to alias a specific interface ip?
14) c++ - How to inherit from a class that implement an interface which is shared with other interface
15) networking - Managed Switch console cable?
16) cisco - Keep router interfaces isolated
17) java - When should I use an interface in java?
18) php - Abstract Class vs. Interface
19) oop - When to use an interface instead of an abstract class and vice versa?
20) python - Difference between abstract class and interface in Python
21) linux - How can I setup apache+mod_proxy so when I connect to mod_proxy on interface X, it sends the traffic out on that specific interface?
22) language-agnostic - What does it mean to "program to an interface"?
23) java - choosing interface or abstract class
24) c# - Interfaces vs. abstract classes
25) c# - In Ruby, what is the equivalent to an interface in C#?
26) login - Default login information on web apps unsafe?
27) c# - Why is a base class in C# allowed to implement an interface contract without inheriting from it?
28) debian - Bringing up network interface without IP configured in Debian, for XEN dom0
29) javascript - Interface type check with Typescript
30) oop - Should I create an interface for a simple abstract class?
31) class - Are there any static duck-typed languages?
32) c# - What is the difference between an interface and a class, and why I should use an interface when I can implement the methods directly in the class?
33) angular - Difference between interfaces and classes in Typescript
34) oop - Inheritance and interfaces
35) c# - Interface Early/Late Binding in .Net
36) java - Is there more to an interface than having the correct methods
37) java - Why are variables declared with their interface name in Java?
38) java - How to make a Java class that implements one interface with two generic types?
39) typescript - instanceof check on interface
40) java - The difference between the Runnable and Callable interfaces in Java
41) java - Type List vs type ArrayList in Java
42) c# - what is the behaviour abstract class and interface in c#?
43) linux - Linux 2 network card routing depending on the interface used
44) linux - Create and bridge virtual network interfaces in Linux
45) x11 - How to interface LCD for new WaRP7 (imx7s-solo)?
46) java - java : Function objects as strategies
47) java - Can someone help explain abstract classes and interfaces to me (novice)?
48) ruby - What is java interface equivalent in Ruby?
49) interface - Use of interface from Software Design Point of view
50) java - Java Pass Method as Parameter