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 are the uses of List View Control?

0 Answers   Atul Auto,


Is there any Edit method in ADO Data Access method?

0 Answers  


what are the types of cursors in DAO?

0 Answers  


When Activex exe is benificial in vb application

1 Answers   TCS,


What is ActiveX Dll and ActiveX Exe?

0 Answers  






How do I mimic a toggle button?

0 Answers  


How to control the file?

0 Answers  


What is the difference between Object and Class?

6 Answers  


what is the Difference between listbox and combo box?

2 Answers  


What is the difference between a property a method and an event? Give an example of each.

18 Answers   Microsoft,


What is the size of the variant data type?

3 Answers  


How will you define a function to accept optional arguments?

1 Answers  


Categories