OOPs Concepts
Programming and Technical
What is an abstract class?
Read Solution (Total 4)
-
- A class which contain only abstract method(declaration only) and declare with the keyword Abstract.
- 9 years agoHelpfull: Yes(0) No(0)
- Which contain abstract and non abstract methods and used for the purpose of inheritance in java, and also they can override their methods
- 9 years agoHelpfull: Yes(0) No(0)
- An abstract class is one which should have atleast 1 abstract method
- 9 years agoHelpfull: Yes(0) No(0)
- Abstract Class is a Incompletion.
- 4 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question