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 the use of abstract class?

Answers were Sorted based on User's Feedback



what is the use of abstract class?..

Answer / rakesh

Java Abstract classes are used to declare common
characteristics of subclasses. An abstract class cannot be
instantiated. It can only be used as a superclass for other
classes that extend the abstract class. Abstract classes
are declared with the abstract keyword. Abstract classes
are used to provide a template or design for concrete
subclasses down the inheritance tree

Is This Answer Correct ?    18 Yes 0 No

what is the use of abstract class?..

Answer / amod

1:Abstract class is a class which has many abstract methods
2:Abstract class cannot be instantiated
3rd ly the abstrat methods r blank

the child class use the or it extend the abstract class
for its use
the child contains the abstract methods

Is This Answer Correct ?    0 Yes 4 No

what is the use of abstract class?..

Answer / malay

Abstract class should must used for only implemented the
body in its Subclass and also implemented the astract
methods in ts subclasses.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Core Java Interview Questions

What is role of void keyword in declaring functions?

0 Answers   Adobe,


What is a nested class?

0 Answers  


What one should take care of, while serializing the object?

0 Answers  


What is diffrance between FINALIZE() & FINALLY ?

2 Answers   Infosys,


what is jms? features of jms

2 Answers   CTS,


Define jre i.e. Java runtime environment?

0 Answers  


Which containers use a FlowLayout as their default layout?

3 Answers  


Why cant we define System.out.println() inside a class directly?

5 Answers  


What is the difference between static and non-static variables?

6 Answers  


What data type is string java?

0 Answers  


What is a protected class in java?

0 Answers  


Explain the importance of throws keyword in java?

0 Answers  


Categories