class Helix implements Filter {
privat capacity c1;
privat capacity c2;
public H bandpassfilter (H s) {
return H(s);
}
Software Data Sheet
- encapsulation
- high cohesion
- loose coupling
- configuration driving architecture
- SOA seperates functionality from technic