What are the similarities between class and structure?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
code for export,import,save,update,delete ?
Using VB, how can you change the Mouse Pointer?
Why do you need Lock in Visual Basic?
Explain nested classes?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
How can we store decimal data in .net?
how to get dynamic control array position or its index position?
Explain private assembly?
Explain the difference between namespace and assembly?
What is the difference between system.applicationexception class and system.systemexception?
hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
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)