WHAT IS ABSTRUCT DATA TYPE ?
PLEASE EXPLAIN IT.
Answer Posted / harsh.chiks
ADT is a set of data values and operations which are
independent of it's implementations.
the best examples of ADT are STACKS,QUEUES...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by variable?
What is polymorphism explain?
What is polymorphism what are the different types of polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is encapsulation selenium?
What is an advantage of polymorphism?
what is the drawback of classical methods in oops?
What are two types of polymorphism?
What are the advantages of polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< write a program to find 2 power of a 5digit number with out
using big int and exponent ? What is for loop and its syntax? What is the difference between a constructor and a destructor? c++ program to swap the objects of two different classes