Hi - Thanks for this video series. When I try to build in VS2008 I get some errors relating to lines in which the name, type and price are allocated - ';expected' - Your help would be appreciated
I still have a suggestion regarding "MusicalInstrument m1 = new MusicalInstrument()"
I think you should tell your viewers that "new" does more than allocate memory, ex: calling "MusicalInstrument()" constructor. Why??? Well because I've seen something like "MusicalInstrument m1 = new WistleInstrument()" , a derived class of MusicalInstrument and i didn't know how it works. You do not use constructors in your example but do not let people to understand that new does only 1 thing,to allocate mem
maybe I should be clear to all viewers - I have developed these videos following the sequence of my C# classes at the university I work for. At the time I recorded the video, I had not covered constructors yet, so I focused on the bare bones basics.
Next week I'll post new videos, in which I will comment on constructors and inheritance:
Thank you so much, I understand OO much more now.
aidanm101 10 months ago
el mejor video para aprender a usar classes que he visto
TAURENIO 1 year ago
thank you. it is very helpfull. Thank you again
londonblue2006 2 years ago
subtitulos please:(
im from to mexico :S
KJHVB 2 years ago
thanks so much.
19james77 2 years ago
I think it is a very nice, well-structured, well-presented video. Thank you very much.
Keep on the good work :o)
shividiboo 3 years ago
Hi - Thanks for this video series. When I try to build in VS2008 I get some errors relating to lines in which the name, type and price are allocated - ';expected' - Your help would be appreciated
JeffLepperd 3 years ago
mybad - fixed the mproblem caused by my lousy typing - moving on
JeffLepperd 3 years ago
I still have a suggestion regarding "MusicalInstrument m1 = new MusicalInstrument()"
I think you should tell your viewers that "new" does more than allocate memory, ex: calling "MusicalInstrument()" constructor. Why??? Well because I've seen something like "MusicalInstrument m1 = new WistleInstrument()" , a derived class of MusicalInstrument and i didn't know how it works. You do not use constructors in your example but do not let people to understand that new does only 1 thing,to allocate mem
cipicau 3 years ago
comment accepted...
maybe I should be clear to all viewers - I have developed these videos following the sequence of my C# classes at the university I work for. At the time I recorded the video, I had not covered constructors yet, so I focused on the bare bones basics.
Next week I'll post new videos, in which I will comment on constructors and inheritance:
e.g.
MusicalInstrument m1 = new WistleInstrument()
thx
foolanous21 3 years ago
yes of course......it's great , thk
cipicau 3 years ago