Class Vs Component Class

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
 
M

Miha Markic

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top