






|
COMPLETE WEB HELP FOR MCA STUDENTS BY MCA WORLD TEAM DiscussionForum
|
|
|
Sat, 27 Jan 2007
|
c++ interview question
what is instance and what is object?
Posted 03:55
|
2 comments
|
one is type of other
objects may be called as instances of classes,but
instances means genral repetaions or redundancy
to which that class may be usable in its
practical usage.
|
object is made by class
Class is user-defined data type which does not
consume memory in our source program and object
is a variable of class data type.
|
Post a Comment:
|
|
|
|
|