why abstract class does not have object creation
Answer Posted / meenakshi
absract class contain defined and undefined methods,,so when we create object for abstract class we need to override both defined and undefined methods inorder to avoid overriding defined methods for abstract class there is no object creation...
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Write a code to create a trigger to call a stored procedure
What is a modifier?
Is java a compiler?
How many types of string data types are there?
Is it possible to override private or static method in java?
Can we initialize the final blank variable?
What is the difference between hashset and treeset in java?
Why hashmap is used in java?
What is appletviewer?
What are the different types of sorting in java?
Why java applets are more useful for intranets as compared to internet?
What two classes are used to read data only?
Write a program to find maximum and minimum number in array?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Why local variables are stored in stack?