-
Kathleen = Re: How To Do It - Shared Class Variables Part IV
I hope that the lastest posting covers all the gory details
that we've been discussing. I did neglect to specifically
point out that (1) shared constructors can not be overloaded,
(2) shared and a single nonshared constructor do not use the
overload option (3) a shared and multile nonshared constructors
require the overload option on each of the nonshared constructors
(4) if a class has a shared constructor is is called before any
first other reference including nonshared constructors.
My examples covered these details but my notes may be lacking.
Thanks for the critique.
Pat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|