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

Discussion Forum : Object Oriented Programming Using C++ - Section 4 (Q.No. 5)
5.
A blueprint for creating an object in C++ is called _____
a class
an instance
a map
a pattern
a sketch
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Sharon said:   8 years ago
Because in the object oriented the object is defined as instance of class.

Hence the blueprint for creating an object in C++ is called a class. "Object is the instance of class".

Post your comments here:

Your comments will be displayed after verification.