What is abstraction with strong example program?
(not a general program)
Answer Posted / cherry
abstraction means hiding the implementation part of a
particular process.Like we are calling createStatement()
method on Connection object to get the Statement object.It
is also abstraction because that method implementation is
done by jdbc engine developer.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Where are register variables stored?
What is the symbol for average?
What is string in java? String is a data type?
What are the 5 types of research methods?
What is a superclass?
Can we call a non-static method from inside a static method?
What are the two types of java?
What are the elements of java?
Can you change array size in java?
What is function declaration?
What is an interoperable application in java ?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
List types of storage classes in java?
How to sort list of list in java?
Is java se free?