Sign In
Ask Question
Kelton Barber
Computers & Technology
26 September, 10:09
What is an abstract data type?
+4
Answers (
1
)
Virginia Kennedy
26 September, 10:15
0
Abstract data type is a datatype which hides all the implementation details to the end user.
Explanation:
Class is an abstract data type in object oriented programming. Class abstracts both data members and member functions implementation. Here we can hide some confidential data from end user using access specifier "private". We can make end user access only the data which is marked as "public".
example:
public class Calculate
{
private int salary;
public int workingHours;
public int reatePerHour;
public void Calcuate () {
int total=workingHours*reatePerHour;
cout<
}
}
Here class calculates hides the implementation details of the method "Calculate". We are abstracting implementation details to the end user using "Class" data type. So it is an AbstarctDataType
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“What is an abstract data type? ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
A small company has developed a specialized software product that it configures specially for each customer.
Answers (1)
You are appling for secretary position you have many skills but which of the following would not be one to include on the application
Answers (1)
Match each word to its correct meaning. 1 cursor 2. ergonomic the row of letters in the middle of the keyboard that includes A SDF and J KL: a blinking line that indicates where the next letter, number, or character will appear equipment and
Answers (1)
The difference between natural and technological system
Answers (1)
Many of the changes added by filters can be duplicated by photo editing software. true or false
Answers (1)
New Questions in Computers & Technology
What must you consider when determining the efficiency of an algorithm? Select two choices. a. The language in which the program is written b. The amount of resources, such as storage, required c. The number of characters used to write the program d.
Answers (1)
How to use translate on a website?
Answers (1)
When we consider data quality, what are the differences among validity, reliability, and representativeness? How can you know the data have high levels of these characteristics?
Answers (1)
You are creating a budget for your new business. What should you include? A. All income and expenses. B. Fixed expenses but not income. C. Income but not variable expenses. D. Fixed and variable expenses but not taxes.
Answers (1)
This resume format focuses on the tasks or skills that an applicant can perform is what? A chronological B functional C electronic or D scannable
Answers (1)
Home
»
Computers & Technology
» What is an abstract data type?
Sign In
Ask Question
Menu
Calculator
Subjects
History
English
Mathematics
Biology
Physics
Chemistry
Geography
Social Studies
Business
Law
Arts
SAT
Advanced Placement (AP)
Computers & Technology
Engineering
Sign In
close
Sign In
Sign Up
Forgot Password?