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

What’s the difference between private and shared assembly?

0 Answers  


Explain about the feature anonymous type?

0 Answers  


What is the difference between manifest and metadata?

0 Answers  


What is the size of .net object?

0 Answers  


I want to sample Hotel management project in vb.net because still now i am doing that project for small hotel....so please send me my email id is jmuthu_pearls@yahoo.com...

4 Answers   Sapphire Comfort Hotel, TATA,






Name a feature which is common to all .net languages?

0 Answers  


Why do we use byref keyword in vb.net?

0 Answers  


How does vb.net achieve polymorphism?

0 Answers  


What would you do to remove microsoft visual basic name space?

0 Answers  


What is globalization?

0 Answers  


Explain convert.tostrin?

0 Answers  


Explain nested classes?

0 Answers  


Categories