Conciente Wrote:Really good explanations, thanks. But... I don't need to code any functions. The ONLY thing that I need to do is design the class hierarchy and its methods.
Okay. Flashback, and I looked through your code properly with my lost knowledge. I'm unsure if the circuit-class should be defined as abstract or not. I think it should, as the resistance();-function is abstract, right?
That's the only "major" error I saw here. Apart from that, indentation, capital letter at start of classnames and similar are just minor errors that shouldn't make changes in the code, though it would be nice to have it looking pretty. Here's what I would change to the code:
Spoiler
Edit:
LISP

