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 is difference between abstract class & final class

Answer Posted / pallavi

An abstract class is one which can't be instantiated, as it
contains one or more abstract methods( methods that are
only declared, their implementation is left for
subclasses).An abstract class always needs to be extended
in order to be used.
A Final class is one which can't be extended/inherited.

Is This Answer Correct ?    11 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why java uses class level type casting ?

2704


Why multiple inheritance is not supported by java?

1025


Why doesn't the java library use a randomized version of quicksort?

1034


Difference between throw and throws?

1160


What is java lang string?

1060


What is the difference between a factory and abstract factory pattern?

1198


What is java console application?

1067


Add a value x to array from index l to r where 0 <= l <= r <= n-1

1133


What is the java idl system?

1086


Outline the major features of java.

1130


Can we initialize the final blank variable?

1130


Why java is platform independent? Explain.

1059


What environment variables do I need to set on my machine in order to be able to run java programs?

1063


What is class array in java?

1123


What is jagged array in java?

1152