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
What is static in oop?
What is the benefit of oop?
can inline function declare in private part of class?
Can static class have constructor?
What is oops in simple words?
What are the three parts of a simple empty class?
What is abstraction encapsulation?
Where is pseudocode used?
What is difference between pop and oop?
What is property in oops?
What type of loop is a for loop?
• What are the desirable attributes for memory managment?
What is encapsulation process?
explain sub-type and sub class? atleast u have differ it into 4 points?
what are the different types of qualifier in java?