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
List some important features of java 10 release?
Can we call thread start () twice?
Can we create a constructor in abstract class?
List primitive java types?
Tell us something about set interface.
Why does java have different data types for integers and floating-point values?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is the requirement of thread in java?
What are the various access specifiers in java?
Why array is used in java?
What are jee technologies?
What is meant by polymorphism?
Why map is used in java?
Which is the class in java?
Why do people says “java is robust”?