what is the need of abstraction? what is abstraction?what
is the abstraction for stack?
Answer Posted / rama
Abstraction refers to the act of representing essential features without including the background details or explanation. Classes use the concept of abstraction and are defined as a list of abstract attributes such as size,weight,and cost, and function to operate on these attributes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program to find 2^n+1 ?
what is different between oops and c++
Why polymorphism is used in oops?
What is encapsulation in oops?
What are different oops concepts?
What is abstract class in oops?
Can bst contain duplicates?
What is a null tree?
What is oops and its features?
What is oops and why we use oops?
What is abstraction and encapsulation?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the problem with multiple inheritance?
What is polymorphism and example?
What is constructor overloading in oop?