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

What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?

914


how do I create a runnable with inheritance? : Java thread

952


What is args length in java?

1132


What is field name?

964


Why are the objects immutable in java?

954


how to split string in java?

1159


What are drawbacks of singleton class?

929


Why object class is super class for every class in java?

987


What is the difference between array and array list in java?

1164


What is mnemonic code?

974


Can you change array size in java?

928


Difference between == and .equals() ?

960


Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?

1073


When can an object reference be cast to an interface reference in java programming?

972


What are keywords give examples?

1012