What is an abstract class?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you retrieve the customized properties of a .net application from xml .config file?

593


Explain about Visual basic.NET culture?

670


Explain an assembly and its use?

603


What is the size of .net object?

668


Tell me which namespace are used for accessing the data?

595






List the two main parts of .net?

678


What is an arraylist?

685


What keyword is used to accept a variable number of parameter in a method?

665


What is an application domain? how they get created?

665


How many ways the function can return values?

633


What is strong typing and weak typing?

630


What do you mean by option strict on?

744


What is vb.net used for?

627


what is commom language runtime?

627


What do you mean by serialization and deserialization and it's use.

693