Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataType Casting / Convert Pin
DaveyM697-Oct-08 9:39
professionalDaveyM697-Oct-08 9:39 
AnswerRe: DataType Casting / Convert Pin
Wendelius7-Oct-08 9:44
mentorWendelius7-Oct-08 9:44 
AnswerRe: DataType Casting / Convert Pin
Pedram Behroozi7-Oct-08 10:00
Pedram Behroozi7-Oct-08 10:00 
AnswerRe: DataType Casting / Convert Pin
Mark Churchill7-Oct-08 19:07
Mark Churchill7-Oct-08 19:07 
QuestionAbstract class and Interface related of same methods we are extednind in class...... [modified] Pin
Roney7-Oct-08 8:40
Roney7-Oct-08 8:40 
AnswerRe: Abstract class and Interface related of same methods we are extednind in class...... Pin
Wendelius7-Oct-08 8:48
mentorWendelius7-Oct-08 8:48 
GeneralRe: Abstract class and Interface related of same methods we are extednind in class...... Pin
Roney8-Oct-08 20:50
Roney8-Oct-08 20:50 
GeneralRe: Abstract class and Interface related of same methods we are extednind in class...... Pin
Wendelius9-Oct-08 6:18
mentorWendelius9-Oct-08 6:18 
Okay,

Few things: You inherit from abstract class, meaning you get some functionality. You don't inherit from interface, you implement it. This means, that when you implement an interface, you must write the implementation logic for the method defined in an interface.

In your situation, the abstract class may create the implementation for the interface or if the abstract class doesn't do that, you must do it in inherited class

Mika

The need to optimize rises from a bad design

GeneralRe: Abstract class and Interface related of same methods we are extednind in class...... Pin
Roney9-Oct-08 20:52
Roney9-Oct-08 20:52 
GeneralRe: Abstract class and Interface related of same methods we are extednind in class...... Pin
Wendelius10-Oct-08 6:36
mentorWendelius10-Oct-08 6:36 
QuestionC Code Parser Pin
Dromar7-Oct-08 8:11
Dromar7-Oct-08 8:11 
AnswerRe: C Code Parser Pin
Wendelius7-Oct-08 8:27
mentorWendelius7-Oct-08 8:27 
GeneralRe: C Code Parser Pin
Dromar7-Oct-08 8:33
Dromar7-Oct-08 8:33 
GeneralRe: C Code Parser Pin
Wendelius7-Oct-08 8:43
mentorWendelius7-Oct-08 8:43 
AnswerRe: C Code Parser Pin
Caio Kinzel Filho7-Oct-08 10:47
Caio Kinzel Filho7-Oct-08 10:47 
GeneralRe: C Code Parser Pin
Mark Churchill7-Oct-08 19:09
Mark Churchill7-Oct-08 19:09 
QuestionDefine Collection property problem Pin
sepel7-Oct-08 6:18
sepel7-Oct-08 6:18 
AnswerRe: Define Collection propertu problem Pin
Guffa7-Oct-08 6:28
Guffa7-Oct-08 6:28 
GeneralRe: Define Collection propertu problem [modified] Pin
sepel7-Oct-08 7:36
sepel7-Oct-08 7:36 
AnswerRe: Define Collection property problem Pin
Mark Churchill7-Oct-08 19:24
Mark Churchill7-Oct-08 19:24 
GeneralRe: Define Collection property problem Pin
sepel7-Oct-08 21:58
sepel7-Oct-08 21:58 
QuestionAbstract Class Question Pin
Kevin Marois7-Oct-08 5:28
professionalKevin Marois7-Oct-08 5:28 
AnswerRe: Abstract Class Question Pin
Mark Salsbery7-Oct-08 5:38
Mark Salsbery7-Oct-08 5:38 
GeneralRe: Abstract Class Question Pin
Kevin Marois7-Oct-08 5:47
professionalKevin Marois7-Oct-08 5:47 
GeneralRe: Abstract Class Question Pin
Mark Salsbery7-Oct-08 5:51
Mark Salsbery7-Oct-08 5:51 

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.