Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
AnswerRe: TabPages controls created on the fly Pin
Rob Philpott10-Oct-07 22:34
Rob Philpott10-Oct-07 22:34 
GeneralRe: TabPages controls created on the fly Pin
dave.kelly10-Oct-07 22:41
professionaldave.kelly10-Oct-07 22:41 
Questiondoubts about abstract class and interface Pin
VG Ramanan10-Oct-07 21:25
VG Ramanan10-Oct-07 21:25 
AnswerRe: doubts about abstract class and interface Pin
half-life10-Oct-07 21:38
half-life10-Oct-07 21:38 
GeneralRe: doubts about abstract class and interface Pin
Lutosław10-Oct-07 21:55
Lutosław10-Oct-07 21:55 
AnswerRe: doubts about abstract class and interface Pin
J4amieC10-Oct-07 22:19
J4amieC10-Oct-07 22:19 
AnswerRe: doubts about abstract class and interface Pin
Christian Graus10-Oct-07 22:34
protectorChristian Graus10-Oct-07 22:34 
AnswerRe: doubts about abstract class and interface Pin
DavidNohejl10-Oct-07 22:57
DavidNohejl10-Oct-07 22:57 
Ganesh RV wrote:
if i am using all methobs in abstract class as abstract method then how it vary from interface.why cannot i use an interface instead.


You can.

One big difference between interface and abstract class is that once you publish interface, you can't change it. When you publish abstract class, you can add members in next version without breaking anything. That's not possible with interface.



[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

QuestionSplit Word document Pin
Nitin.raj10-Oct-07 21:19
Nitin.raj10-Oct-07 21:19 
AnswerRe: Split Word document Pin
Paul Conrad12-Oct-07 13:35
professionalPaul Conrad12-Oct-07 13:35 
QuestionHow to set an environmet variable in C# ? Pin
s v joshi10-Oct-07 21:18
s v joshi10-Oct-07 21:18 
AnswerRe: How to set an environmet variable in C# ? Pin
Lutosław10-Oct-07 21:59
Lutosław10-Oct-07 21:59 
GeneralRe: How to set an environmet variable in C# ? Pin
s v joshi10-Oct-07 23:55
s v joshi10-Oct-07 23:55 
GeneralRe: How to set an environmet variable in C# ? Pin
Scott Dorman11-Oct-07 4:13
professionalScott Dorman11-Oct-07 4:13 
GeneralRe: How to set an environmet variable in C# ? Pin
s v joshi12-Oct-07 2:45
s v joshi12-Oct-07 2:45 
GeneralRe: How to set an environmet variable in C# ? Pin
Scott Dorman12-Oct-07 2:52
professionalScott Dorman12-Oct-07 2:52 
GeneralRe: How to set an environmet variable in C# ? Pin
Dave Kreskowiak11-Oct-07 4:23
mveDave Kreskowiak11-Oct-07 4:23 
GeneralRe: How to set an environmet variable in C# ? Pin
s v joshi12-Oct-07 3:25
s v joshi12-Oct-07 3:25 
QuestionAlright, I need help with GetJSObject() Pin
shea85110-Oct-07 21:11
shea85110-Oct-07 21:11 
AnswerRe: Alright, I need help with "GetJSObject()"; Pin
Anthony Mushrow10-Oct-07 21:24
professionalAnthony Mushrow10-Oct-07 21:24 
AnswerRe: Alright, I need help with GetJSObject() Pin
wizardzz10-Apr-12 9:24
wizardzz10-Apr-12 9:24 
QuestionQuestion about active directory Pin
Robert Wang198310-Oct-07 21:10
Robert Wang198310-Oct-07 21:10 
QuestionThe value DataGridViewRow.Tag is lost after sorting Pin
Michael Sync10-Oct-07 21:01
Michael Sync10-Oct-07 21:01 
AnswerRe: The value DataGridViewRow.Tag is lost after sorting Pin
TJoe11-Oct-07 3:07
TJoe11-Oct-07 3:07 
QuestionToolStripMenuItem with ContextMenuStrip Pin
User 269896710-Oct-07 21:00
User 269896710-Oct-07 21:00 

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.