C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 15)
15.
Which of the following is an abstract data type?
int
double
string
Class
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
21 comments Page 2 of 3.

Pooja said:   1 decade ago
According to me abstract means its hides the operation being performed in it. Class functions are abstract to us.

Priyanka p said:   1 decade ago
According to me, abstract data type is always serve as a base for other classes, so these type used for class.

Shrikant Adsule said:   1 decade ago
Class is a user defined data type so it does not allowed any memory space, space is allowed only for object.

Smitarani tandi said:   1 decade ago
According to me a class is a pre defined data type so it is an abstract data type.

Priya said:   9 years ago
I can't understand what it meant by abstract data type?

Shubham sharma said:   6 years ago
Abstract data type and abstract function are different.

Aishwarya said:   9 years ago
Give a real life example for abstract data type.

Ranjith said:   9 years ago
Please describe the abstract data type.

Suman.k said:   1 decade ago
A class is a user defined data type

Pratiksha said:   1 decade ago
What exactly abstract class means?


Post your comments here:

Your comments will be displayed after verification.