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
What is the relationship between class and object?
What is the purpose of encapsulation?
how to write a program for sending mails between client and server
What do you understand by a Static Variable?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Why do we need singleton?
What is a buffer in java?
What is javac_g?
How many threads can java run?
Explain polymorphism citing an example.
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What are the advantages of encapsulation in java?
What is the collections api in java programming?
What is :: operator in java 8?
Can we catch more than one exception in a single catch block?