A constructor is what is called when you create a new instance of  a
class
i.e. "new Integer()" calls the constructor of the Integer class.

A subclass is a class which extends another class.  You do this so
that you can share functionality without duplicating code

On Jan 15, 7:40 am, Duey Oxburger <cg-art...@hotmail.com> wrote:
> Hey Guys,
>
> Could someone explain the difference between a subclass and a
> constructor?...
>
> Thx,
>
> D
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to