Class Vs Component Class

  • Thread starter Thread starter Rajesh Abraham
  • Start date Start date
R

Rajesh Abraham

I am trying to understand the difference between Class &
Component Class.

What are the advantages of using one over the other?

When should I prefer to use one over the other?

Any good documentation on this subject. Also any sample
projects showing the same functionality implimented using
both the methods so as to make the difference clear would
be appretiated.

Thanks,

Rajesh Abraham Chacko
 
Hi Rajesh,

Check out the .net help files:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003APR.1033/cpguide/html/cpconclassvscomp
onentvscontrol.htm

Basically, the Component adds some features (such as design support,
container support...) to Class (which is derived from object).

Miha
 
Back
Top