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
Why is stringbuffer not immutable?
Why do we need variables?
How do you compare two objects?
What is java virtual machine? Explain
what is difference between equals and ==?
What is the exact difference in between unicast and multicast object? Where we will use?
What is the difference between a local variable and an instance variable?
What is == and === in javascript?
What is an object’s lock and which object’s have locks?
What is isa relationship?
Difference between a process and a program?
How will you get the platform dependent values like line separator, path separator, etc., ?
What are new features introduced with java 8 ?
When should you make a function static?
What is JVM and is it platform independent?