Answer Posted / venkatesh
abstract class have atleast abstract method
it is maily used for to prevent create object of class.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Is a class subclass of itself?
What is a "pure virtual" member function?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is a method in java?
Explain yield() method in thread class ?
Explain Basics of OOP Language in java
Can array grow dynamically in java?
Can constructor be synchronized?
What is garbage collector?
If I only change the return type, does the method become overloaded?
What are the advantages and disadvantages of object cloning?
What is main in java?
When is an object subject to garbage collection?
What are the types of inner classes (non-static nested class) used in java?
What does this () mean in java?