how to call constructor in abstract class
Answers were Sorted based on User's Feedback
Answer / maniekb
you can't.
constructor is used
to build object,
abstract class cannot
have objects because
is abstract...
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rizwan
As abstract class is mainly used in inheritance, you can
derive abstract class and then by creating object of derived
class, you can call base class constructor, which is
abstract class. Another way to call constructor of an
abstract class is to make that constructor as static.
Is This Answer Correct ? | 1 Yes | 0 No |
write a program to create login form
Explain how save rerecord in the database?
I have two combobox .. and i have some items in both combobox now i need to check the item in both combobox if same item is Present in both combobox i need to display that item in message box
what is the Difference between listbox and combo box?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".
Explain how barcode create in the report?
how see report periviwe
What are windows based applications?
What is dynamic linking?
How to redirect a user to new page in ASP.NET without making a round-trip to the browser?
Clear property is available in which control?
How to create a set up in vb.net for desktop application please say steps with examples?