+ 1
Programming
what's an istance?
3 Answers
+ 7
An instance, in object-orientedprogramming (OOP), is a specific realization of any object. ... Each realized variation of that object is aninstance. The creation of a realizedinstance is called instantiation. Each time a program runs, it is an instanceof that program.Ex:-
A blueprint for a house design is like a class description. All the houses built from that blueprint are objects of that class. A given house is an instance.
+ 2
Look! it's here âââ :)
http://whatis.techtarget.com/definition/instance
0
ŃŃĐŸ????