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
Why is abstraction used?
What is encapsulation in oops?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What polymorphism means?
What is class and object with example?
What is polymorphism used for?
Explain the advantages of inheritance.
What is the important feature of inheritance?
Which is better struts or spring?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What are oops functions?
can we make game by using c
What is object in oop with example?