what is an Abstract class n when u use Abstract classes



what is an Abstract class n when u use Abstract classes..

Answer / ff

abstract class consists of abstract methods and may contain
concrete methods also
ie. abstract methods |:only declaration no defination
concrete methods means

abstract class name
{
public abstract void simple(); //abstract
public void simple1()
{}
}
use: it's act as a base class and implemented other classes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Microsoft Related AllOther Interview Questions

if Paint Application shows error masg what we do?

0 Answers  


What is Docking Station ?

0 Answers   Cummins,


What tools are used for the debugging WCF?

1 Answers  


what is 'macro' in excel? how to make use of it ?

0 Answers   ICICI,


Do you have to pay for microsoft edge?

0 Answers  


How to remotely administer ms iis?

0 Answers  


What is Attached property?

1 Answers  


What is microsoft powerapps?

0 Answers  


What is the Drawback of DHCP?

3 Answers  


How many default drives in My Computer ?

2 Answers   Accenture, Vcustomer,


What does microsoft blend do?

0 Answers  


What is xaml? : xaml

0 Answers  


Categories