Answer Posted / hrpynux@gmail.com
An instance, in object-oriented programming (OOP), is a specific realization of any object. An object may be varied in a number of ways. Each realized variation of that object is an instance. The creation of a realized instance is called instantiation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a c++ vector?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is a sequence in c++?
How is new() different from malloc()?
Define the process of handling in case of destructor failure?
What is difference between malloc()/free() and new/delete?
What do you mean by delegate? Can a user retain delegates?
What are the vectors in c++?
Can you sort a set c++?
What is abstraction in c++?
What is the iunknown interface?
How would you call C functions from C++ and vice versa?
What are virtual constructors/destructors?
What are the differences between the function prototype and the function defi-nition?