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