Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can we developed c# code for Information KIOSK.? Pin
Pete O'Hanlon4-Feb-16 23:04
mvePete O'Hanlon4-Feb-16 23:04 
AnswerRe: Can we developed c# code for Information KIOSK.? Pin
F-ES Sitecore4-Feb-16 23:43
professionalF-ES Sitecore4-Feb-16 23:43 
GeneralRe: Can we developed c# code for Information KIOSK.? Pin
Richard Deeming5-Feb-16 3:50
mveRichard Deeming5-Feb-16 3:50 
GeneralRe: Can we developed c# code for Information KIOSK.? Pin
F-ES Sitecore5-Feb-16 4:02
professionalF-ES Sitecore5-Feb-16 4:02 
Questionwhen inheritance is ignored ? the limited scope of using 'new with methods Pin
BillWoodruff4-Feb-16 22:12
professionalBillWoodruff4-Feb-16 22:12 
AnswerRe: when inheritance is ignored ? the limited scope of using 'new with methods Pin
Eddy Vluggen4-Feb-16 23:56
professionalEddy Vluggen4-Feb-16 23:56 
AnswerRe: when inheritance is ignored ? the limited scope of using 'new with methods Pin
Sascha Lefèvre5-Feb-16 0:41
professionalSascha Lefèvre5-Feb-16 0:41 
AnswerRe: when inheritance is ignored ? the limited scope of using 'new with methods Pin
John Torjo6-Feb-16 2:13
professionalJohn Torjo6-Feb-16 2:13 
BillWoodruff wrote:
But, in terms of why method over-riding with 'new is defined as limited in scope in terms of inheritance: I can't say I understand that.


It certainly looks weird, but to me it looks like since "new" is supposed to work together with access identifiers, it should play nice with all of them. Or, simply not have access identifier, and just inherit it from the Base class' method - which now that I think of it, probably would have mad more sense Big Grin | :-D *

Having said that "it should play nice", I think the default behavior for new private is the right one - what else should it do?

* inheriting from Base method might not work either, because we can have several methods with the same name, and they each can have their own access identifier. So, it would need to inherit the one with the same signature as its own.

Best,
John
-- Log Wizard - a Log Viewer that is easy and fun to use!

SuggestionRe: when inheritance is ignored ? the limited scope of using 'new with methods Pin
Sascha Lefèvre6-Feb-16 14:29
professionalSascha Lefèvre6-Feb-16 14:29 
GeneralRe: when inheritance is ignored ? the limited scope of using 'new with methods Pin
John Torjo6-Feb-16 14:42
professionalJohn Torjo6-Feb-16 14:42 
QuestionWrite log from multiple instances of an application. Pin
NJdotnetdev3-Feb-16 2:59
NJdotnetdev3-Feb-16 2:59 
AnswerRe: Write log from multiple instances of an application. Pin
Richard Deeming3-Feb-16 4:02
mveRichard Deeming3-Feb-16 4:02 
GeneralRe: Write log from multiple instances of an application. Pin
NJdotnetdev3-Feb-16 4:25
NJdotnetdev3-Feb-16 4:25 
GeneralRe: Write log from multiple instances of an application. Pin
Richard MacCutchan3-Feb-16 4:46
mveRichard MacCutchan3-Feb-16 4:46 
GeneralRe: Write log from multiple instances of an application. Pin
NJdotnetdev3-Feb-16 7:45
NJdotnetdev3-Feb-16 7:45 
GeneralRe: Write log from multiple instances of an application. Pin
Richard Deeming3-Feb-16 9:16
mveRichard Deeming3-Feb-16 9:16 
AnswerRe: Write log from multiple instances of an application. Pin
Daniel Pfeffer3-Feb-16 5:50
professionalDaniel Pfeffer3-Feb-16 5:50 
AnswerRe: Write log from multiple instances of an application. Pin
Gerry Schmitz3-Feb-16 8:15
mveGerry Schmitz3-Feb-16 8:15 
AnswerRe: Write log from multiple instances of an application. Pin
Eddy Vluggen3-Feb-16 9:15
professionalEddy Vluggen3-Feb-16 9:15 
AnswerRe: Write log from multiple instances of an application. Pin
John Torjo3-Feb-16 13:47
professionalJohn Torjo3-Feb-16 13:47 
QuestionI want write process synchronization for .Net applictaion Pin
Member 110856472-Feb-16 19:49
Member 110856472-Feb-16 19:49 
AnswerRe: I want write process synchronization for .Net applictaion Pin
Dave Kreskowiak3-Feb-16 2:43
mveDave Kreskowiak3-Feb-16 2:43 
QuestionWriting complex overload methods for LINQ queries Pin
Kenneth Haugland2-Feb-16 4:40
mvaKenneth Haugland2-Feb-16 4:40 
AnswerRe: Writing complex overload methods for LINQ queries Pin
Sascha Lefèvre2-Feb-16 5:08
professionalSascha Lefèvre2-Feb-16 5:08 
GeneralRe: Writing complex overload methods for LINQ queries Pin
Kenneth Haugland2-Feb-16 5:51
mvaKenneth Haugland2-Feb-16 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.