Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between abstract class and interface

Answer Posted / niraj kumar

)We define an Interface in the Java application with a
set of abstract methods without any implementation. Which
means all the methods of an interface are by default
abstract methods and public methods.
2)Once an Interface is defined in the application then any
class can implement that interface, in such case the class
must be implemented with all the mehtods of the respective
Interface otherwise the class will become as abstract class.
3)A class can implement any no. of interfaces, in such case
the class must be implimented with all the methods of those
interfaces otherwise the class will become as abstract class

Is This Answer Correct ?    17 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types that a variable can be defined and their scopes ?

996


Explain cache? : .NET Architecture

953


What is the difference between machine config vs. Web config : Dot net architecture

911


Difference between throw exception and rethrowing ?

2050


5. Wcf- Session Managment

1939


Use of Enable view state ? if turn off what happen ?

4411


Explain how cache is used? : Dot net architecture

1029


Explain cache memory? : Dot net architecture

905


Define a virtual memory? : Dot net architecture

868


What are the different pipelining hazards and how are they eliminated? : Dot net architecture

983


Waht is Dot net Arcitecture

2344


What is the use of CLR in .NET?

971


What is the difference between an event and a delegate?

944


Differnce between managed code and unmanaged code ?

1000


What is biginteger and when would you use that?

900