where u use Abstraction and Interface in real time
Answer Posted / teja
When ever there is need of having same common features
among the subclasses of of super class we have to go for
AbstractClass,
When ever there is no common features for subclasses of
super class we have to go for interface
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define array. Tell me about 2-D array.
What are the characteristics of java?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is console based application in java?
List primitive java types?
How many bytes is a string in java?
What is a flag variable?
What is meant by overloading?
What is function and method in java?
What is the purpose of finalization in java programming?
Write a java program to count the number of words present in a string?
Can we have this () and super () together?
How many bits is a 64 bit byte?
What are the two parts of a conditional statement?
What is static class