WHAT IS ABSTRUCT DATA TYPE ?
PLEASE EXPLAIN IT.
Answer Posted / purush
A unique datatype, that is defined by the progrmer.It may
refer to an object class in OOP or to a special data type in
traditional,non-OOP languages.
ADT is a specification of a set of data and the set of
operations that can be performed on the data.This supports
the principle of INFORMATION HIDING.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is overriding vs overloading?
What is protected in oop?
State what is encapsulation and friend function?
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.
How Do you Code Composition and Aggregation in C++ ?
What is use of overloading?
Why it is called runtime polymorphism?
What is and I oop mean?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is multilevel inheritance?
Why do while loop is used?
What type of loop is a for loop?
What is abstract class in oop?
What is stream in oop?
Write a program to sort the number with different sorts in one program ??