Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


WHAT IS ABSTRACT DATA TYPE

Answers were Sorted based on User's Feedback



WHAT IS ABSTRACT DATA TYPE..

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

WHAT IS ABSTRACT DATA TYPE..

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

WHAT IS ABSTRACT DATA TYPE..

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

WHAT IS ABSTRACT DATA TYPE..

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

Post New Answer

More C Interview Questions

is it possible to change the default calling convention in c ?

1 Answers   Aptech,


What does char * * argv mean in c?

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


What is meant by operator precedence?

0 Answers  


who did come first hen or agg

15 Answers   Infosys,


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


What are the similarities between c and c++?

0 Answers  


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


Explain what a Binary Search Tree is.

3 Answers  


What does s c mean on snapchat?

0 Answers  


What does 4d mean in c?

0 Answers  


Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.

2 Answers  


Categories