Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: string not getting system date Pin
DaveyM6918-Mar-08 2:32
professionalDaveyM6918-Mar-08 2:32 
GeneralRe: string not getting system date Pin
laserbaronen18-Mar-08 2:32
laserbaronen18-Mar-08 2:32 
GeneralRe: string not getting system date Pin
PIEBALDconsult18-Mar-08 5:26
mvePIEBALDconsult18-Mar-08 5:26 
GeneralRe: string not getting system date Pin
Luc Pattyn18-Mar-08 12:32
sitebuilderLuc Pattyn18-Mar-08 12:32 
Generalabstract method in non abstract class Pin
mukkanti00718-Mar-08 1:39
mukkanti00718-Mar-08 1:39 
GeneralRe: abstract method in non abstract class Pin
Colin Angus Mackay18-Mar-08 1:48
Colin Angus Mackay18-Mar-08 1:48 
GeneralRe: abstract method in non abstract class Pin
PIEBALDconsult18-Mar-08 5:37
mvePIEBALDconsult18-Mar-08 5:37 
GeneralRe: abstract method in non abstract class Pin
Guffa18-Mar-08 6:40
Guffa18-Mar-08 6:40 
mukkanti007 wrote:
if i place an abstract method in non abstract class


Not possible.

If you want a method that is optional to override, you should make it virtual. The base class has to have an implementation of the method, but you can just throw an NotImplementedException exception in the method.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralHashtables and DataGridView Pin
Baconbutty18-Mar-08 1:20
Baconbutty18-Mar-08 1:20 
GeneralRe: Hashtables and DataGridView Pin
James Bond 00718-Mar-08 6:14
James Bond 00718-Mar-08 6:14 
GeneralRe: Hashtables and DataGridView Pin
mmikey718-Mar-08 6:53
mmikey718-Mar-08 6:53 
GeneralPopulate PropertyGrid from XML Pin
firozu18-Mar-08 0:49
firozu18-Mar-08 0:49 
GeneralRe: Populate PropertyGrid from XML Pin
mmikey718-Mar-08 7:02
mmikey718-Mar-08 7:02 
Generalsplitting long string into parts Pin
stephan_00718-Mar-08 0:35
stephan_00718-Mar-08 0:35 
GeneralRe: splitting long string into parts Pin
Mike Marynowski18-Mar-08 0:48
professionalMike Marynowski18-Mar-08 0:48 
GeneralRe: splitting long string into parts Pin
Mike Marynowski18-Mar-08 0:56
professionalMike Marynowski18-Mar-08 0:56 
GeneralRe: splitting long string into parts Pin
PIEBALDconsult18-Mar-08 5:47
mvePIEBALDconsult18-Mar-08 5:47 
GeneralRe: splitting long string into parts Pin
Mike Marynowski18-Mar-08 11:28
professionalMike Marynowski18-Mar-08 11:28 
GeneralRe: splitting long string into parts Pin
PIEBALDconsult18-Mar-08 14:55
mvePIEBALDconsult18-Mar-08 14:55 
GeneralRe: splitting long string into parts Pin
Mike Marynowski19-Mar-08 7:31
professionalMike Marynowski19-Mar-08 7:31 
GeneralRe: splitting long string into parts Pin
PIEBALDconsult19-Mar-08 7:58
mvePIEBALDconsult19-Mar-08 7:58 
GeneralRe: splitting long string into parts Pin
Chetan Patel18-Mar-08 1:00
Chetan Patel18-Mar-08 1:00 
GeneralRe: splitting long string into parts Pin
Christian Graus18-Mar-08 1:12
protectorChristian Graus18-Mar-08 1:12 
GeneralRe: splitting long string into parts Pin
PIEBALDconsult18-Mar-08 5:55
mvePIEBALDconsult18-Mar-08 5:55 
Generalcontrol focusing problem Pin
Mike Marynowski18-Mar-08 0:24
professionalMike Marynowski18-Mar-08 0:24 

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.