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
How do you override a variable in java?
What is an empty class? What functionality does it offer in Java?
How do you add an element to an arraylist in java?
What are the two environment variables that must be set in order to run any java programs?
What is the difference between a loader and a compiler?
What is the difference between == and === javascript?
What will happen when using pass by reference in java?
What are the advantages of assembly language?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
List some features of the abstract class.
Why do we create threads in java?
What does a void function return?
What is string in java?
Can we use a default constructor of a class even if an explicit constructor is defined?
What do you understand by the term wrapper classes?