Inheritance lets one object acquire the properties of another object. It makes possible that an object can be a specific
Month: May 2020
Abstraction in C++
Abstraction is displaying the essential details and hiding the ones which are not needed. Hides the unnecessary details to the
Encapsulation in C++
Encapsulation is binding the data and functions together into a single unit. The access of data is not provided directly.
Object Oriented Programming
  The 4 pillars of object oriented programming is as follows: Encapsulation: Binding the data and functions together Abstraction: