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 the output of the below java program?
Can we force garbage collector to run ?
Which browsers work with java?
Hai friends I am MCA 2006 passout. Spend time in 1 yr for teacing and 5 months in small s/w firm. worked in 4 or 5 months in few places. Presently I am writing bank exams. I want to get back to IT sector. Are there any possibilities. any growth prospects?. I am having some knowledge in core and advanced java. I am so desperate. Any suggestions thanks in advance. u can write to my mail mahidestiny@gmail.com
What is volatile data type?
Write a program to calculate factorial in java?
What are thread local variables?
How to decrease number of hashings in has
What is high level language in computer?
Can we have return statement in finally clause? What will happen?
What is skeleton and stub?
What is hypertext?