What are the similarities between class and structure?

Answers were Sorted based on User's Feedback



What are the similarities between class and structure?..

Answer / chhatrala

-> Both can have constructors, methods, properties , fields,
constants , enumerations, events and event handlers.

-> Structure and class can implement inteface.

-> Both of them can have constructor without parameter and
with parameter.

-> Both can have delegates and events.

Is This Answer Correct ?    20 Yes 9 No

What are the similarities between class and structure?..

Answer / satyambabu

class is a collection of methods functions and properties
enumerators and fields.

structure can be defined as a tool for handling a group of
logically related data item.

the main difference is class is a referance type.
structure is a reference value type.

Is This Answer Correct ?    8 Yes 4 No

What are the similarities between class and structure?..

Answer / shilpa


Question What are the similarities between class and
structure?
Rank Answer Posted By
Question Submitted By :: Chhatrala
This Interview Question Asked @ Ksb
I also faced this Question!! ? ALL Interview .com
Answer -> Both can have constructors, methods,
properties , fields,
constants , enumerations, events and event handlers.

-> Structure and class can implement inteface.

-> Both of them can have constructor with parameter.

-> Both can have delegates and events.

Is This Answer Correct ?    5 Yes 1 No

What are the similarities between class and structure?..

Answer / sanjivani

Both are same except the followings
class is ref type and structure is val type
class objects get stored on heap and structure objects get
stored on stack...
and structure should only have parameter less constructors

Is This Answer Correct ?    2 Yes 2 No

What are the similarities between class and structure?..

Answer / cha

yes

Is This Answer Correct ?    0 Yes 11 No

Post New Answer

More VB.NET Interview Questions

How to run a dos command in vb.net?

0 Answers  


List the types of authentication?

0 Answers  


What is the feature which is common to all .net languages?

0 Answers  


What is the use of errorprovider control?

0 Answers  


Name the class which allows an element to be accessed using unique key?

0 Answers  






Which is the base class for all the classes in .net framework?

0 Answers  


The default back end of the VB is

1 Answers   Hexaware,


Compare c# and visual basic.net?

0 Answers  


how to call a list box on the text if some one send me the code for it

1 Answers  


What is the relation between Garbage collector and finalize and destructor?

2 Answers   Kanbay,


Explain the difference between namespace and assembly?

0 Answers  


What is "Friend" in VB.Net?

5 Answers  


Categories