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

Is mcafee owned by microsoft?

0 Answers  


What is Search Engine ?

1 Answers   CMS, Jelly Belly,


Is microsoft visio viewer free?

0 Answers  


please explain what are the main server roles for system admin ? what is the way to access the active directory services sitting on the client place as a client?

0 Answers  


Do you know about dll hell? Explain it?

0 Answers  






Explain difference between dim object as object and dim obj as myform?

0 Answers  


with out wss we can use sharepoint server and develop the websites and subsites is it possible to develop the sites?

1 Answers   Polaris,


Can a microsoft office product key be used twice?

0 Answers  


What is Domain ?

1 Answers  


What are the advantages of OLE Automation?

0 Answers   CGI,


hi i want to retrieve the data from one spread sheet to another workbook in EXCEL VBA. for exmp:customer details first name last name location state country country code mobile customer details raj krishna hyderabad andhra india 91 0 service required refrigirator company color details cost warranty service required samsung silver double door fridge 45000 3yeras

0 Answers   TechSoft,


Why do we need xaml as a new way to create applications in .net framework 3.0 (formerly winfx)? : xaml

0 Answers  


Categories