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
Is there a sort function in java?
What is difference between path and classpath?
Write a program to search a number in the given list of numbers.
What is array initialization in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is the difference between static method and instance method in Java?
Is special character in java?
How can you write a loop indefinitely in java programming?
Does every java program need a main?
What is a variable in java?
What is the major drawback of internal iteration over external iteration?
What is the purpose of file class?
What is temp in java?
What is hash code collision?
Explain about the main() method in java?