Click here to Skip to main content
15,921,179 members
Home / Discussions / C#
   

C#

 
QuestionExcel 2003 XML Format and Images Pin
GibbleCH25-Nov-08 6:54
GibbleCH25-Nov-08 6:54 
AnswerRe: Excel 2003 XML Format and Images Pin
Dave Kreskowiak25-Nov-08 8:40
mveDave Kreskowiak25-Nov-08 8:40 
GeneralRe: Excel 2003 XML Format and Images Pin
GibbleCH25-Nov-08 8:44
GibbleCH25-Nov-08 8:44 
GeneralRe: Excel 2003 XML Format and Images Pin
Dave Kreskowiak25-Nov-08 9:47
mveDave Kreskowiak25-Nov-08 9:47 
GeneralRe: Excel 2003 XML Format and Images Pin
GibbleCH25-Nov-08 11:50
GibbleCH25-Nov-08 11:50 
GeneralRe: Excel 2003 XML Format and Images Pin
Dave Kreskowiak25-Nov-08 15:06
mveDave Kreskowiak25-Nov-08 15:06 
GeneralRe: Excel 2003 XML Format and Images Pin
GibbleCH25-Nov-08 15:11
GibbleCH25-Nov-08 15:11 
QuestionAbout Interfaces Pin
mdkarimulla25-Nov-08 3:24
mdkarimulla25-Nov-08 3:24 
Hi,I am having one interface which consits of methods that are used in classone and classtwo like:
classone: Interface1
classtwo: Interface1
Because this is having same methods until now iam using the same interface for classone and classtwo. But now classtwo is having some more additional methods. so, I have included that methods declaration in Interface1 the problem is classone do not require this new methods but only for the sake i have kept in interface and iam inheriting classone form Interface1. I need to write the implementation of this methods in classone also like
Class Classone:Interface1
{
public void MethodName1()
{
// No implementaion require for this method in Classone
}
}

Class Classtwo:Interface1
{
{
// implementation is there for this class;
Console.WriteLine("Welcome to Classtwo");
}
}

Now my doubt is in this situation the way I am doing is correct or wrong.
If such situation comes do i need to have two separate interfaces for each one of the class. which way is good. Please help on this.

Md.Karimulla

AnswerRe: About Interfaces Pin
PIEBALDconsult25-Nov-08 3:27
mvePIEBALDconsult25-Nov-08 3:27 
GeneralRe: About Interfaces Pin
mdkarimulla25-Nov-08 3:35
mdkarimulla25-Nov-08 3:35 
GeneralRe: About Interfaces Pin
HosamAly25-Nov-08 3:44
HosamAly25-Nov-08 3:44 
GeneralRe: About Interfaces Pin
Mbah Dhaim25-Nov-08 4:33
Mbah Dhaim25-Nov-08 4:33 
GeneralRe: About Interfaces Pin
PIEBALDconsult25-Nov-08 6:37
mvePIEBALDconsult25-Nov-08 6:37 
AnswerRe: About Interfaces Pin
dan!sh 25-Nov-08 3:57
professional dan!sh 25-Nov-08 3:57 
AnswerRe: About Interfaces PinPopular
Thomas Weller25-Nov-08 3:59
Thomas Weller25-Nov-08 3:59 
AnswerRe: About Interfaces Pin
Ben Fair25-Nov-08 4:27
Ben Fair25-Nov-08 4:27 
QuestionCould the GC collect a static variable? Pin
HosamAly25-Nov-08 3:15
HosamAly25-Nov-08 3:15 
AnswerRe: Could the GC collect a static variable? Pin
N a v a n e e t h25-Nov-08 3:22
N a v a n e e t h25-Nov-08 3:22 
GeneralRe: Could the GC collect a static variable? Pin
HosamAly25-Nov-08 3:23
HosamAly25-Nov-08 3:23 
QuestionRe: Could the GC collect a static variable? Pin
HosamAly25-Nov-08 3:40
HosamAly25-Nov-08 3:40 
AnswerRe: Could the GC collect a static variable? Pin
Simon P Stevens25-Nov-08 4:10
Simon P Stevens25-Nov-08 4:10 
GeneralRe: Could the GC collect a static variable? Pin
HosamAly25-Nov-08 20:15
HosamAly25-Nov-08 20:15 
GeneralRe: Could the GC collect a static variable? Pin
Simon P Stevens25-Nov-08 22:30
Simon P Stevens25-Nov-08 22:30 
GeneralRe: Could the GC collect a static variable? Pin
HosamAly28-Nov-08 21:56
HosamAly28-Nov-08 21:56 
QuestionWebRequest.RequestUri Pin
Thekaninos25-Nov-08 2:39
Thekaninos25-Nov-08 2:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.