What is an Object/Instance?



What is an Object/Instance?..

Answer / 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

More C++ General Interview Questions

How many ways are there to initialize an int with a constant?

1 Answers  


List out some of the object-oriented methodologies?

1 Answers  


What do you mean by persistent and non persistent objects?

1 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


When do you call copy constructors?

0 Answers  


sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?

2 Answers   Nokia,


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  


What is an incomplete type in c++?

0 Answers  


What is diamond problem in c++?

0 Answers  


What is the purpose of decltype?

1 Answers  


What is the difference between the compiler and the preprocessor?

0 Answers  


Categories