what is the need of abstraction? what is abstraction?what
is the abstraction for stack?
Answer Posted / vara prasad
Abstraction is nothing but the hierarchical clasification
of complex system. that is abstraction is a process to
break the complex system in to small manageble parts.
It is use full in coding.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you define a class in oop?
How many human genes are polymorphic?
What is the importance of oop?
What is encapsulation in oop?
What is object in oop with example?
Why do we use class?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How oops is better than procedural?
What is the diamond problem in inheritance?
What is the difference between static polymorphism and dynamic polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is constructor overloading in oop?
Which method cannot be overridden?
What is encapsulation with real life example?
Why do we use class in oops?