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

What are the differences between c# and visual basic.net?

0 Answers  


Explain about visual basic?

0 Answers  


Explain about rapid application development tool?

0 Answers  


How to send xml file on server using http protocol?

0 Answers  


How many ways the function can return values?

0 Answers  






In Datagrid after adding row, how you will assign the value for each cell to currently added new row?

2 Answers  


In vb.net how to connect crystal report?

1 Answers  


What is the top .net class that everything is derived from?

0 Answers  


Name some of the features of C# which are not present in VB.NET?

0 Answers  


Why do you need Lock in Visual Basic?

0 Answers   CGI,


Trace and Debug belongs to which namespaces?

5 Answers  


Name some different types of control?

0 Answers  


Categories