McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Mechanical Engineering
→
Principles of Programming Languages
→
In which language ADT is not implemente...
Q.
In which language ADT is not implemented by using class
A.
c++
B.
java
C.
vb
D.
ada
Answer» D. ada
1.1k
0
Do you find this helpful?
23
View all MCQs in
Principles of Programming Languages
Discussion
No comments yet
Login to comment
Related MCQs
………………….hints at characteristics of language , which are related to language user.
The Logic programming technique is implemented in :
Self modifying code can be easily implemented by
Which of the following is a functional programming language?
Which of the following is an object oriented programming language?
Which semantics are used in compiler i.e. convert program into machine language
Which of the following can be used as a criterion for classification of data structures used in language processing.
which of the following are language processors
#include <iostream> using namespace std; int main() { float a = 22.22; double b = 22.22; if (a == b) cout << "Matching"; else cout << "Not Matching"; return 0; }
_________ is a module based programming language