View Single Post
Join Date: Oct 2008
Posts: 4
Reputation: legend_018 is an unknown quantity at this point 
Solved Threads: 0
legend_018 legend_018 is offline Offline
Newbie Poster

different syntax for extending a class?

 
0
  #1
Oct 9th, 2008
I was looking at a tutorial for when you extend a class. One tutorial said you used a keyword extends between the two class names and another tutorial said you used a period between the two class names to join the two classes together. Both of them are c# tutorials.

Not that it's a big deal, but are they both correct? They both seem to be decent tutorials for the most part. I'm sort of doing a side by side comparison with 2 tutorials. Sometimes one of the tutorials will explain something better than the other and vice versa.

Thanks in advance
Reply With Quote