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

Can there be an abstract class with no abstract methods in it?

Answer Posted / pankaj kumar

Yes,If A class have an abstract method the class must be declared as abstract, but if a class is declared as abstract
then,this is not mandatory that class hold any abstract method.

exa :
1. public Abstract class a{

// instance method;
}
///Above declaration is right

2. public class a{

// instance method;
// abstract method; //then you must declare this class as abstract.
}
///Above declaration is right

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is meant by encapsulation?

1070


Explain garbage collection in java?

958


Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)

1319


What is an example of a constant variable?

1065


Have you ever used hashtable and dictionary?

1002


When does an object becomes eligible for garbage collection in java?

1043


What are sets in java?

923


What's the base class in java from which all classes are derived?

1252


What is a newline character in java?

1022


What are scriptlets?

1068


What is boolean data type in java?

977


Why we override equals() method?

1019


What is included in core java?

1042


What isan abstract class and when do you use it?

1573


Compare java and python.

961