0
Answer

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

Tay Rich

Tay Rich

4y
610
1
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