what is ABSTRACTION and what are using in real time project?
Answer / tarun
Abstraction is a concept of hiding complex implementation and providing required functionality to the user is known as abstraction.
in real time
1.service provider creates an Abstract Data Type(ADT).
2.Abstract datatype contains only the operation name not the implementation.
3.Implementation for those operations are provided in sub type.
4.Service user uses ADT and call methods because of polymorphisam implementation execute based on exact instance provided at run time.
| Is This Answer Correct ? | 7 Yes | 0 No |
what is difference betwenn Access Specifier and Access Modifier ????
Explain the difference between extends thread vs implements runnable in java?
What is the importance of finally block in exception handling?
JVM responsibility?
What is procedure overloading?
What is a method signature java?
java is puerly object oriented or not ?
Why do we use string?
Java.util.regex consists of which classes?
what is abstract class in Java?
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
why the primitive data type have classes?