What is an Object/Instance?

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


Please Help Members By Posting Answers For Below Questions

What is object in c++ wikipedia?

754


What is a memory leak c++?

769


Why c++ is called oop?

848


What is c strings syntax?

791


What is the main use of c++?

790


What is the array and initializing arrays in c++?

715


Is multimap sorted c++?

747


What are c++ templates used for?

865


What is difference between c++ 11 and c++ 14?

763


What does it mean to declare a member function as virtual?

784


Is it possible to write a c++ template to check for a function's existence?

783


Is empty stack c++?

720


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

554


When one must use recursion function? Mention what happens when recursion functions are declared inline?

868


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

897