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 |
Explain the importance of join() method in thread class?
What is a bufferedreader?
Give us a program to check for parenthesis matching using stack.
What is Co-Variant return type in method overriding?
How to access a variable if it is declared as private?
why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?
Which class should you use to obtain design information about an object
What interface is extended by awt event listeners?
How does the java compiler work?
What is the java virtual machine?
Explain purpose of sleep() method in java?
Which class has no duplicate elements?