Answer Posted / sitaram
abstract class is class. we can't create the instantiate the
object of abstract class. In abstract class contains
concrete and abstract methods.when ever we can implement the
abstract methods. The current class will extends the
abstract class.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you square a number in java?
What does substring mean?
What do you understand by private, protected and public?
How do you initialize an arraylist in java?
What is constructor and its types?
How do you stop a thread in java?
What are internal variables?
What is substring 1 in java?
How to perform selection sort in java?
Differentiate jar and war files?
What are the basic control structures?
What is 16 bits called?
Can we define private and protected modifiers for variables in interfaces?
How do you avoid global variables?
How many types of string data types are there?