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 use of marker interface? give me good example?
how to prepare for IT Officers Interview in Banks
0 Answers TATA, Tata Steel Limited,
Write a program to find the whether a number is an Armstrong number or not?
What is the difference between the prefix and postfix forms of the ++ operator?
Define an abstract class with reference to java.
whst is encapsulation?when u encpsulate actually while devoloping code?
How are Java source code files named?
what are depricated methods in threads and explain the lifecycle methods
Why is whitespace important?
difference between byte stream class and character stream class?
How many ways can an argument be passed to a subroutine and explain them?
Where is java located?