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 hashset sorted in java?
What is a void method java?
Can we declare a constructor as final?
What is methods and methodology?
How do you allocate memory to object?
What does arrays sort do in java?
What is difference between protected and private?
Java is pass by value or pass by reference? Explain
Is main is a keyword?
What is meant by the value of a variable?
What is the difference between the file and randomaccessfile classes?
What is a final class in java?
What is the purpose of an interface?
How does the garbage collector works in java?
What is covariant return type?