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 an abstract class and abstract method?

Answer Posted / tarun

Abstract Class : An abstract class can not be initialized.
Any class can extends it. The methods declared in the
abstract class can be abstract or not.
Abstract Method : If any method is declared as abstract
method it should be in a abstract class. And it can be
override by any other class which is extending it. if method
is declared as abstract it should not contain body.

For Example:
public abstract class AbstractEx {
public void reset(){
System.out.println("The Sun Rises in the east");
}
public abstract void method();
protected abstract void newmethod();
}

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a choice and a list?

1024


Discuss 2D arrays.

1003


Explain the use of shift operator in java. Can you give some examples?

916


Is boolean a wrapper class in java?

1002


What are the actions that can occur when a thread enters blocked state?

1007


How does thread synchronization occurs inside a monitor?

1044


How can you say java is object oriented?

1008


difference between byte stream class and character stream class?

4487


How do I get 64 bit java?

1012


What is string pool in java?

965


What is difference between identifier and variable?

998


What things should be kept in mind while creating your own exceptions in java?

1091


What access modifiers can be used for variables?

1073


What are the ways in which a thread can enter the waiting state?

884


what type of questions asked for barclays technologies pune please send urgent

5611