McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Object Oriented Programming Using C++
→
Which of the following is an abstract da...
Q.
Which of the following is an abstract data type?
A.
int
B.
float
C.
class
D.
string
Answer» C. class
4.2k
0
Do you find this helpful?
20
View all MCQs in
Object Oriented Programming Using C++
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following is not a type of Constructor?
Which of the following is not a type of inheritance?
If a function can perform more than 1 type of tasks, where the function name remains same, which feature of OOP is used here?
Which type of members can’t be accessed in derived classes of a base class?
What is default access specifier for data members or member functions declared within a class without any specifier, in C++?
Which among the following best defines abstraction?
Which of the following gets called when an object is being created?
Which of the following is called address operator?
Which of the following is used for comments in
Which among the following can restrict class members to get inherited?