Click here to Skip to main content
15,896,063 members

Comments by siddharth629 (Top 41 by date)

siddharth629 30-Oct-14 1:07am View    
sir ,can we call Main method in Generic class. how ?
siddharth629 30-Oct-14 0:56am View    
sir i want to call Dispaly() Method Within same class.
siddharth629 30-Oct-14 0:53am View    
Error 1 Program 'GenericWithMainMethod\GenericWithMainMethod\obj\x86\Debug\GenericWithMainMethod.exe' does not contain a static 'Main' method suitable for an entry point GenericWithMainMethod
siddharth629 30-Oct-14 0:52am View    
Error 1 Program 'GenericWithMainMethod\GenericWithMainMethod\obj\x86\Debug\GenericWithMainMethod.exe' does not contain a static 'Main' method suitable for an entry point GenericWithMainMethod
siddharth629 20-Sep-14 7:23am View    
sir,

please provide some basic idea what happen behind the seen when i am implementing the only one Display method. and code is compile and run well and good .but not asking about other Dispaly() method .as we know that there compulsory to Implement the Method of Abstract AND Interface when ever we extend or Implement in our class