What is the difference between Object and Class?

Answers were Sorted based on User's Feedback



What is the difference between Object and Class?..

Answer / pola manohar

Class:- A Class is a static. all of the attributes of a
class are fixed before during and after execution of a
program. the attribute of class don't change.

object:- an object on the other hand has a limited life
span. objects are created and eventually destroyed.

class is a general concept while objects are the specific
and real instances that embody that contating.

Is This Answer Correct ?    5 Yes 0 No

What is the difference between Object and Class?..

Answer / simran

class and object both are related each other not both are
same. class is a static and object is a real word entity.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What methods are used for DBGrid in unbound mode?

1 Answers  


Why doesn't "my string" & Chr$(13) do what I want?

0 Answers  


What will be the code in VB, while saving the form and light goes off? Please tell me the exact code line.

1 Answers  


What is diff between the Generic Variable and Specific Variable?

1 Answers  


what you know about databases?

2 Answers   Satyam,






What is "NULL"?

0 Answers  


What is the purpose of the ClipControls property on a form or container?

1 Answers  


How would you create Visual basic Document file?

0 Answers  


what is the Need of zorder method?

2 Answers  


What is meant by Establish Connection in RDO?

0 Answers  


How can Visual Basic be used for server-side scripting?

0 Answers  


How would you add elements and pictures to listitems in listview control?

0 Answers  


Categories