Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 44)
44.
A widget is to the blueprint for a widget as an object is to
a member function
a class
an operator
a data item
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Ravi said:   1 decade ago
A widget (CLASS) is to the blueprint for a widget (OBJECT).

That why we say, A class is the blueprint from which individual objects are created.

Sibaa said:   5 years ago
A widget (CLASS) is to the blueprint for a widget (OBJECT). An object is to a class.

Himanshu said:   1 decade ago
Please explain in detail.

Post your comments here:

Your comments will be displayed after verification.