why abstract class does not have object creation

Answer Posted / meenakshi

absract class contain defined and undefined methods,,so when we create object for abstract class we need to override both defined and undefined methods inorder to avoid overriding defined methods for abstract class there is no object creation...

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is classpath?

556


What is get () in java?

580


What is the purpose of object oriented programming?

545


What does split function do in java?

547


What is a pattern what is an anti pattern?

517






What is the difference between the boolean & operator and the && operator in java programming?

574


What is difference between ++ I and I ++ in java?

543


What are the legal operands of the instanceof operator?

574


Why java doesn’t support multiple inheritances?

596


What are predefined functions?

589


Can java cast null?

605


What are the types of collections in java?

550


What does string intern() method do?

594


What are annotations in java?

625


Explain garbage collection in java?

554