What is an abstract class?

Answers were Sorted based on User's Feedback



What is an abstract class?..

Answer / vimal

its a class which can not be instantiated...the class must
be inherited and the methods can be overridden.

Is This Answer Correct ?    6 Yes 0 No

What is an abstract class?..

Answer / sonia

We cannot create an object of object class. abstract Class
must be inherited.

Is This Answer Correct ?    4 Yes 0 No

What is an abstract class?..

Answer / ashwini

It is a class which contains at least one abstract method
(A method without any implementation). Other methods can
have implementations. This class can not be instantiated.
It can always become a base class for other classes.

Is This Answer Correct ?    2 Yes 2 No

What is an abstract class?..

Answer / gopinath.p

ABSTRACT CLASS CANNOT CREATE NEW OBJECT.BUT SUB CLASSES INHERITED INTO ABSTRACT CLASS.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

How to Insert a TextBox value in to Sql database using VB.Net coding?

5 Answers  


Allowed program to auto-correct the database when loading a presentation.

0 Answers   HCL,


Explain the difference between int and int32?

0 Answers  


Explain the observations between vb.net and vc#.net?

0 Answers  


Explain trace in vb.net?

0 Answers  






is it possible to use flexgrid in vb dotnet?

9 Answers   Banking, Microsoft, NetBIOS,


What is difference between a panel and GroupBox ?

3 Answers   GHK,


I want to sample Hotel management project in vb.net because still now i am doing that project for small hotel....so please send me my email id is jmuthu_pearls@yahoo.com...

4 Answers   Sapphire Comfort Hotel, TATA,


what are the advantages and diadvantages of active reports over crystal reports ?

1 Answers   IBM, Kotak,


Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.

0 Answers  


Described strong typing

0 Answers  


what are the advantage in vb.net and different between vb and vb.net

6 Answers   Data Entry Operator, Infosys, TCS, Zansa,


Categories