Answer Posted / shan
An abstrct class is a class which contains special property
than ordinary class.
An abstarct class contains atleast one abstract method
which will be left to its subclass to implement.
An abstract class defines some common properties to its
subclass
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is native code?
What is loop in java?
What is anonymous inner class?
How to sort array in descending order in java?
What lambda means?
What is string buffer?
What is a programming object?
If we don’t want some of the fields not to serialize how to do that?
Can a constructor be protected?
What is a "pure virtual" member function?
What is java autoboxing?
how to create daemon thread in java?
What do you understand by garbage collection in Java? Can it be forced to run?
What is an example of a keyword?
What is difference between stringbuffer and string?