what are the Differences Object and Class?
Answers were Sorted based on User's Feedback
Answer / guest
Classes and objects are separate but related concepts.
Every object belongs to a class and every class contains
one or more related objects.1)A Class is static. All of the
attributes of a class are fixed before,during, and after
the execution of a program.
The attributes of a class don't change.The class to which
an object belongs is also (usually) static. If a particular
object belongs to a certain class at the time that it is
created then it almost certainly will still belong to that
class right up until the time that it is destroyed.
2)An Object on the other hand has a limited lifespan.
Objects are created and eventually destroyed. Also during
that lifetime, the attributes of the object may undergo
significant change.So basically the difference between a
class and an object is that a class is a general
concept while objects are the specific and real instances
that embody that concept. When creating an object oriented
program we define the classes and the relationships between
the classes . We then execute the program to create,
update, and destroy the objects which are the specific
realization of these classes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / hema
A class is a template . An object is an instance of a class.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the Windows API?
What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?
What do you mean by Databound Controls? Explain.
What is the difference between change event in normal combobox and dbcombobox?
How do I program the Novell NetWare API from VB?
Types of LockEdits in RDO.
What is the current version of Visual Basic for Windows?
Explain about declaring variables in Visual basic?
How many system controls are available ?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
how to get printout between two dates informations in datareport in vb6.0
What is RdExecDirect?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)