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
Tell me about your ability to work under pressure
Explain garbage collection in java?
What is the difference between preparedstatement and statement in java?
Why do you canvas?
Define the term string pool?
What is double word?
What is the main purpose of java?
What about interrupt() method of thread class ?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
java Technical questions asked by JPMC
What is an inner class in java?
Why do we need wrapper class?
What is a databasemetadata?
What is unicode full form?
What is local variable and instance variable?