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
What is the point of oop?
what are the ways in which a constructors can be called?
What are the features of oop?
What is destructor give example?
What is interface in oop?
What is the diamond problem in inheritance?
Why do while loop is used?
is there any choice in opting subjects like 4 out of 7
What is encapsulation example?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is class in oop with example?
How do you achieve polymorphism?
What is an example of genetic polymorphism?
What are different oops concepts?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?