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

Write about a nested class and mention its use?

0 Answers  


Define anonymous class.

0 Answers  


What is c++ library?

0 Answers  


What do you mean by const correctness?

0 Answers  


What is code reusability in c++?

0 Answers  


What is malloc in c++?

0 Answers  


What is the difference between while and do while loop?

0 Answers  


What is rvalue?

0 Answers  


What is virtual table?

0 Answers  


Implement strncpy

3 Answers  


What are keywords in c++?

0 Answers  


Do class declarations end with a semicolon? Do class method definitions?

0 Answers  


Categories