View Single Post
Join Date: Feb 2008
Posts: 531
Reputation: selvaganapathy is an unknown quantity at this point 
Solved Threads: 91
selvaganapathy's Avatar
selvaganapathy selvaganapathy is offline Offline
Posting Pro

Re: different syntax for extending a class?

 
0
  #2
Oct 10th, 2008
Hi,

One tutorial said you used a keyword extends between the two class names
In C#, we use colon ( : ) to extend from one class. Java language uses this extends keyword to inherit from a class.

If u have doubt like this, try it practically with these two types. You get the Answer
Last edited by selvaganapathy; Oct 10th, 2008 at 12:16 am.
Selva
Reply With Quote