WHAT IS ABSTRACT DATA TYPE
Answers were Sorted based on User's Feedback
Answer / amit
A set of data values and associated operations that are
precisely specified independent of any particular
implementation.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / hemanthkumar
Abstract is a keyword ,when we use abstract keyword to a method then it is called abstract method,which doesn't having any implementation(having only structure)
if a class having 1 or more abstract methods then that class is called abstract class
ex:
abstract class cal
{
abstract sum()
{}
sub()
{
//implementation
}
}
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / amit
A set of data values and associated operations that are
precisely specified independent of any particular
implementation.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / suruthi.s
A data type which is created using abstract data process is
known as abstract data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program in c to print * * * * * *******
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
difference between memcpy and strcpy
What are the header files used in c language?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What is the difference between local variable and global variable in c?
How can I make it pause before closing the program output window?
write a program wch produces its own source code aas its output?
Why c is called procedure oriented language?
what type of errors are checked during compilation
write a progam to display the factors of a given number and disply how many prime numbers are there?
what are bps & baud rates? differentiate these two?