what is the need of abstraction? what is abstraction?what
is the abstraction for stack?
Answer Posted / achal ubbott
Abstraction literally means hiding. Now in OOP the
intention is to hide the complexity. For this reason
generally the data in classes is protected. THis data is
accessible to the functions(some times called behaviour).
OK! now for a user creating an application, it is easier to
use functions using the objects of class rather than
manipulating the data itself. This is how abstraction
works. Abstraction is a conceptual theory or a way of doing
things, not a must.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is object oriented programming so hard?
write a program to find 2^n+1 ?
What is the importance of oop?
Can main method override?
What is meant by oops concept?
What is oops and its features?
Which language is not a true object oriented programming language?
write a program that takes input in digits and display the result in words from 1 to 1000
What is meant by multiple inheritance?
What is abstraction and encapsulation?
What is interface in oop?
What is the point of polymorphism?
What is encapsulation selenium?
What is protected in oop?
What is the main purpose of inheritance law?