----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: sathishkumarvs Message 4 in Discussion Hi, Thank you all. From: "maheshwarisonia" <[EMAIL PROTECTED]> Reply-To: "BDOTNET" <[email protected]> To: [email protected] Subject: Re: diff between abstract class and interfaces Date: Sun, 16 Apr 2006 21:46:26 -0700 <META content="Microsoft SafeHTML" name=Generator> <STYLE> ThmFgColumnHeader, A.FrameLink, A.HeaderLink, A.FooterLink, A.LgtCmd, A.MSNLink {color:#FFFFFF;} ThmFgTitleLightBk {color:#FF6600;} ThmFgSmallLight {color:#ff0000;} ThmFgNavLink, A.NavLink, A.ChildLink:hover {color:#666699;} ThmFgInactiveText, A.SystemLink {color:#666666;} ThmFgFrameTitle {color:#FFFFCC;} ThmFgMiscText, A.Cat, A.SubCat {color:#336699;} ThmFgCommand, A.Command, A.LargeCommand, A.MsgLink {color:#003366;} ThmFgHeader {color:#333333;} ThmFgDivider {color:#CCCCCC;} ThmBgStandard {background-color:#FFFFFF;} ThmBgUnknown1 {background-color:#FF6600;} ThmBgFraming {background-color:#666699;} ThmBgUnknown2 {background-color:#666666;} ThmBgHighlightDark {background-color:#FFFFCC;} ThmBgHighlightLight, #idToolbar, #tbContents {background-color:#FFFFE8;} ThmBgTitleDarkBk {background-color:#F1F1F1;} ThmBgAlternate {background-color:#ECF1F6;} ThmBgUnknown3 {background-color:#CCCCFF;} ThmBgDivider {background-color:#CCCCCC;} ThmBgHeader {background-color:#9999CC;} ThmBgLinks {background-color:#8696C9;} ThmBgSharkBar {background-color:#8696C9;} ThmBgGlobalNick {background-color:#9394A9;} calfgndcolor {color:#E00505;} calbgndcolor {color:#E00505;} </STYLE> New Message on BDOTNET diff between abstract class and interfaces Reply Reply to Sender Recommend Message 2 in Discussion From: maheshwarisonia Hello, An abstract class is a class that can not be instantiated.You can make abstract and non abstract method in abstract class but in interface u can make only abstarct method.A Class cant be inherited more then one class but u can implement more then one interface (for achiving multiple inheritence). In related hirerichy you should use abtract class. In big organistation you should use abstarct class and in small organistation you should use interface.becoz u have implemented your interface in many classes and you want to add a new method in that interface you have to implement in each class where you have implemented that interface. >From: "BDOTNET" <[email protected]> >Reply-To: "BDOTNET" <[email protected]> >To: "BDOTNET" <[email protected]> >Subject: diff between abstract class and interfaces >Date: Sun, 16 Apr 2006 21:22:49 -0700 > > > > > > > > > > > > > New Message on BDOTNET > > > > > > > > diff between abstract class and interfaces > > > > > Reply > > > > > Recommend > > Message 1 in Discussion > > > > > > > > From: > sathishkumarvs > > > > > Hi, Can any one please tell me the diff >between abstract class and interfaces. > > > > > > > View other groups in this category. > > > > > > > > > > > > > >Also on MSN: >Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily >Horoscopes > > > > > > > > > > > To stop getting this e-mail, or change how often it >arrives, go to your E-mail Settings. > > > Need help? If you've forgotten your password, please go >to Passport Member Services. > > For other questions or feedback, go to our Contact Us >page. > > > If you do not want to receive future e-mail from this >MSN group, or if you received this message by mistake, please click the >"Remove" link below. On the pre-addressed e-mail message that opens, simply >click "Send". Your e-mail address will be deleted from this group's mailing >list. > > > Remove my e-mail address from BDOTNET. > > > > > > > _________________________________________________________________ Tried the new MSN Messenger? ItÂ’s cool! Download now. http://messenger.msn.com/Download/Default.aspx?mkt=en-in View other groups in this category. <STYLE> ADMSmLnk {font-family:verdana,system;color:#336699;text-decoration:none;} ADMSmLnk:hover {color:#ff6600;text-decoration:underline;} </STYLE> Also on MSN: Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. Need help? If you've forgotten your password, please go to Passport Member Services. For other questions or feedback, go to our Contact Us page. If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. Remove my e-mail address from BDOTNET. Spice up your IM conversations. New, colorful and animated emoticons. Get chatting! ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
