Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to call constructor in abstract class

Answers were Sorted based on User's Feedback



how to call constructor in abstract class..

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

how to call constructor in abstract class..

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

Post New Answer

More Dot Net WindowsForms Interview Questions

How insert record in the database?

0 Answers  


What are windows based applications examples?

0 Answers  


Which window displays messages for the status of various features provided in the visual studio .net ide?

0 Answers  


What are different options to store state in ASP.NET applications?

2 Answers   Arctern,


What is datagrid?

6 Answers   ABC, IQ,


How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar

0 Answers  


what is a property to resize a label control according to your caption?

1 Answers  


Which property value of the helpnavigator property will display the index for a specified topic?

0 Answers  


Explain how to split a column header in gridview using c#.net?

0 Answers  


how see report periviwe

0 Answers   Wipro,


What is form and its types?

0 Answers  


How to create class level variable that can be assigned value at the time of declaration and in the constructor alone?

1 Answers   Arctern,


Categories