McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Software Design Modeling (SDM)
→
A___ is an instantiation of a class.
Q.
A___ is an instantiation of a class.
A.
object
B.
class
C.
both
D.
none
Answer» A. object
2.5k
0
Do you find this helpful?
25
View all MCQs in
Software Design Modeling (SDM)
Discussion
No comments yet
Login to comment
Related MCQs
Which design pattern you would you use to limit the class instantiation to one object?
Consider the code below, class class1{ public: void func1(); }; class class2 : protected class1 { }; Function func1 of class1 is ______ in class2
Controller class is called _____________, if the class is overloaded with too many responsibilities.
In which of the following pattern, a visitor class is used which changes the executing algorithm of an element class?
In which of the following pattern, a visitor class is used which changes the executing algorithm of an element class?
In which of the following pattern a class represents functionality of another class?
You want all the clients using class A to use the same instance of class A, what should you do to achieve this goal?
A unary association is an association between an object of one class and another object in the same class.
who consider diagrams as a type of Class diagram, component diagram, object diagram, and deployment diagram?
Select where the class diagrams are not convenient