What do you know about object-oriented programming and object relational mapping?

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

  1. abstraction
  2. polymorphism
  3. class
  4. objects
  5. encapsulation
  6. inheritence

ORM is just a layer to convert database table to an object

https://www.tutorialspoint.com/hibernate/orm_overview.htm