I've been reading about the Entity Framework, which has the capabilities to turn classes into tables and objects into rows. I found it super interesting!
To what extent is this analogy valid? If so, then what would be the analog of an interface in BD?
And what would be, in OOP, the analogue of a bridge table?
Does it make sense to extend this analogy, or not?