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 a void method?
Can u write constructor in abstract.If yes den when it will be invoked.
What are the types of java?
What are meta-annotations?
What is space character in java?
Explain about join() method?
what modifiers are used with top-level class?
What is regex in java?
What's the access scope of protected access specifier?
In the below example, what will be the output?
What are streams?
What is function and method in java?