What do you know about object-oriented programming and object relational mapping?
Object oriented programming is treating every entity as object while , ORM is way to convert every database table to a object.(like hibernate)
object oriented concepts cover
- abstraction
- polymorphism
- class
- objects
- encapsulation
- inheritence
ORM is just a layer to convert database table to an object