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...

What are the difference between abstract class and interface?

Answer Posted / khalid

A class implementing an interface must implement all of the
methods defined in the interface, while a class extending an
abstract class need not implement any of the methods defined
in the abstract class. Additionally, a class extending an
abstract class can implement an infinite number of it's own
methods.

another key difference between abstract class and interface
is that , in abstract class we can put sharable code, but
that is not possible in case of interface.

Another key difference between abstract class and interface
is that,

We can use interface as marker, ( we can use abstract class
also as abstract but then we can't extends any oter class,
so it is better always use interface as marker)

Marker===> An interface having no methods is called as a
Marker Interface.

Is This Answer Correct ?    24 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How long do php sessions last?

1043


What is overloading and overriding in php?

1155


How to get the ip address of the client?

9169


What are the two types of variables?

975


How to access standard error stream in PHP?

1107


What are the two most common ways to start and finish a php block of code?

1131


Which is better wamp or xampp?

963


What is the difference between echo print and print_r in php?

988


What are the encryption functions available in PHP?

1121


What is substr() in php? And how it is used?

1035


What is a controller php?

988


What is the difference between implode() and explode() in php?

1019


Is php strongly typed?

1042


What are the advantages and disadvantages of cascade style sheets?

1136


How can we check the value of a given variable is alphanumeric?

977