Monday, 23 October 2017

Csharp Exercise


Try this small exercise as homework:


  • make "Maths" class. this class has two fields (num1, num2) and methods like (add, subs, divide, mult). go to another class and make object from this "maths" class
  • make a class called "Item". this class has four fields (Id, Name, Qty, Price) and methods like (AddtoCart, DisplayItems). don't make object from this class

No comments:

Post a Comment