What is an abstract class?

Answer Posted / ms

an abstract class is one which only gives the body of the
class containing the methods with out any
implementation.the abstract methods and the abstract
objects cannot be instantiated

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you override a variable in java?

767


What is an empty class? What functionality does it offer in Java?

988


How do you add an element to an arraylist in java?

730


What are the two environment variables that must be set in order to run any java programs?

750


What is the difference between a loader and a compiler?

770


What is the difference between == and === javascript?

840


What will happen when using pass by reference in java?

739


What are the advantages of assembly language?

716


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

838


List some features of the abstract class.

813


Why do we create threads in java?

843


What does a void function return?

777


What is string in java?

779


Can we use a default constructor of a class even if an explicit constructor is defined?

873


What do you understand by the term wrapper classes?

780