Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: Class Declaration

Reply
Thread Tools

Re: Class Declaration

 
 
Kevin Spencer
Guest
Posts: n/a
 
      07-15-2003
What exactly are you asking?

--
HTH,

Kevin Spencer
..Net Developer
Microsoft MVP
http://www.takempis.com
Big things are made up
of lots of little things

"Jake s" <> wrote in message
news:037101c34a60$68fb95a0$...
> Hi all,
>
> I am trying to determin the best way to implement a class.
>
> When I declare a class for example a person class I will
> develop it as follow:
>
> class personDetails()
> public firstname as string
>
> end Class
>
> Class person()
>
> public function getDetails() as personDetails
> dim objPersonDetails as PersonDetails
> objPersonDetails.firstname = "Tom"
> return objPersonDetails
> end function
>
> end class
>
> Is this the best way to implement? Any feedback would be
> great.
>
> Cheers Jake



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
maxplusII error: a deferred constant declaration without a full declaration is not supported Noah VHDL 5 04-07-2006 02:34 PM
Nested Class, Member Class, Inner Class, Local Class, Anonymous Class E11 Java 1 10-12-2005 03:34 PM
"virtual outside class declaration" and "declaration does not declare anything" kelvSYC C++ 6 05-17-2005 08:58 AM
Function declaration in class declaration Ovidesvideo C++ 4 12-10-2004 06:36 PM
Intel C++ 8.0 : declaration hides declaration Alex Vinokur C++ 4 04-05-2004 09:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57