Tay Rich

Tay Rich

  • NA
  • 48
  • 5.3k

Using Abtract Classes and Inheritance to create a shopping cart in MVC

Jun 27 2020 6:42 AM
I would like to know how I can create an abstract class Product in ASP MVC, which I can use to create derived classes. I then would like to know to add those products to a shopping cart using sessions. I am not allowed to have any of my data in a database. 
 
TIA