What is abstraction with strong example program?
(not a general program)
Answer Posted / satishkumar vishwakarma
Abstraction means showing only relevent data. means that it
shows only that part of code which is necessory for other
class rather than showing all information. Encapsulation
also does same thing. the whole funda of Abstration and
Encapsulation is Class and Access Specifiers.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is bytecode verifier?
What is difference between classpath and path variables in java?
Can we override tostring method in java?
Why java is called not pure object oriented language?
What are meta-annotations?
How many types of array are there?
What is an infinite loop?
Can you instantiate the math class in Java?
What does localhost mean?
What is default size of arraylist in java?
What is an abstract method in java programming?
What are the differences between forwarding () method and sendredirect() methods?
How java enabled high performance?
Explain all java features with real time examples
State the merge-sort principle and its time complexity.